Skip to content

Commit aa71447

Browse files
committed
Write intro to robust javascript interactivity
1 parent d6a4892 commit aa71447

File tree

1 file changed

+9
-0
lines changed
  • lib/components_guide_web/templates/robust_javascript_interactivity

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# What goes wrong with interactive JavaScript apps?
22

3+
- The user gets confused:
4+
- The layout looks broken on their device.
5+
- The content sounds broken on their device.
6+
- They can’t find what they are looking for.
7+
- They can’t successfully interact with widgets on the page.
8+
- They don’t understand the information that is being provided.
9+
- The network fails.
10+
- A browser doesn’t support a feature being used.
11+
- Browser extensions corrupt the page.

0 commit comments

Comments
 (0)