You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some steps in "prepare a script" are nice and precise about documents. They establish a parser-time document, a preparation time document (= the node document at that time); they make sure they are the same.
Then things get imprecise around step 26-28, with one instance of "the pending parsing-blocking script of the Document" and lots of talk about "the Document of the parser that created the element". These could be cleaned up.
The text was updated successfully, but these errors were encountered:
The only normative change here is to delay the load event of the script's preparation-time document, instead of its node document (which could change while the fetching is in progress). Closes#5160.
Otherwise, this consists of cleanups to use more precise language for certain documents, thus closing #7589, and of the pending parsing-blocking script concept to use more imperative language.
The only normative change here is to delay the load event of the script's preparation-time document, instead of its node document (which could change while the fetching is in progress). Closes#5160.
Otherwise, this consists of cleanups to use more precise language for certain documents, thus closing #7589, and of the pending parsing-blocking script concept to use more imperative language.
The only normative change here is to delay the load event of the script's preparation-time document, instead of its node document (which could change while the fetching is in progress). Closeswhatwg#5160.
Otherwise, this consists of cleanups to use more precise language for certain documents, thus closing whatwg#7589, and of the pending parsing-blocking script concept to use more imperative language.
Some steps in "prepare a script" are nice and precise about documents. They establish a parser-time document, a preparation time document (= the node document at that time); they make sure they are the same.
Then things get imprecise around step 26-28, with one instance of "the pending parsing-blocking script of the Document" and lots of talk about "the Document of the parser that created the element". These could be cleaned up.
The text was updated successfully, but these errors were encountered: