minor
This commit is contained in:
parent
aae1e268c3
commit
14e82d1ddd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ When the browser loads HTML and comes across a `<script>...</script>` tag, it ca
|
||||||
|
|
||||||
That leads to two important issues:
|
That leads to two important issues:
|
||||||
|
|
||||||
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.
|
||||||
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:
|
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:
|
||||||
|
|
||||||
```html run height=100
|
```html run height=100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue