We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4892 commit aa71447Copy full SHA for aa71447
lib/components_guide_web/templates/robust_javascript_interactivity/intro.html.md
@@ -1,2 +1,11 @@
1
# What goes wrong with interactive JavaScript apps?
2
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