Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Clarify async and defer attributes on script #1122

Merged
merged 2 commits into from
Jan 15, 2018

Conversation

chaals
Copy link
Collaborator

@chaals chaals commented Dec 21, 2017

Fix #867

(And hopefully simplify the description of what the attributes do).

Fix #867

(And hopefully simplify the description of what the attributes do).
@siusin siusin self-requested a review January 9, 2018 09:08
@@ -130,30 +130,33 @@

The <dfn element-attr for="script"><code>async</code></dfn> and
<dfn element-attr for="script"><code>defer</code></dfn> attributes are <a>boolean attributes</a>
that indicate how the script should be executed. <a>Classic scripts</a> may specify
<{script/defer}> or <{script/async}>; <a>module scripts</a> may specify <{script/async}>.
that indicate how a script should be loeaded and executed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct spelling of "loeaded".

@LJWatson
Copy link
Collaborator

Think this can be merged once the spelling correction is made.

per review
@chaals chaals merged commit 77c146c into master Jan 15, 2018
@chaals chaals deleted the chaals-clarify-async-defer-867 branch January 28, 2018 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants