Commit 272945f
authored
Update article.md
The script with defer attribute does not run when it is loaded. Quote from HTML Living Standard: "If the async attribute is not present but the defer attribute is present, then the classic script will be fetched in parallel and evaluated when the page has finished parsing." Source: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element1 parent 3d5e936 commit 272945f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
0 commit comments