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 aae1e26 commit 14e82d1Copy full SHA for 14e82d1
β2-ui/5-loading/02-script-async-defer/article.md
@@ -7,7 +7,7 @@ When the browser loads HTML and comes across a `<script>...</script>` tag, it ca
7
8
That leads to two important issues:
9
10
-1. Scripts can't see DOM elements below them, so it can't add handlers etc.
+1. Scripts can't see DOM elements below them, so they can't add handlers etc.
11
2. If there's a bulky script at the top of the page, it "blocks the page". Users can't see the page content till it downloads and runs:
12
13
```html run height=100
0 commit comments