Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14e82d1

Browse files
minor
1 parent aae1e26 commit 14e82d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎2-ui/5-loading/02-script-async-defer/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When the browser loads HTML and comes across a `<script>...</script>` tag, it ca
77

88
That leads to two important issues:
99

10-
1. Scripts can't see DOM elements below them, so it can't add handlers etc.
10+
1. Scripts can't see DOM elements below them, so they can't add handlers etc.
1111
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:
1212

1313
```html run height=100

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /