Skip to content

Commit

Permalink
Update step annotations for prepare a script
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Sep 21, 2016
1 parent 7b98c8a commit f566a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/dom/document.rs
Expand Up @@ -1520,7 +1520,7 @@ impl Document {
}

/// https://html.spec.whatwg.org/multipage/#the-end step 5 and the latter parts of
/// https://html.spec.whatwg.org/multipage/#prepare-a-script 15.d and 15.e.
/// https://html.spec.whatwg.org/multipage/#prepare-a-script 20.d and 20.e.
pub fn process_asap_scripts(&self) {
// Execute the first in-order asap-executed script if it's ready, repeat as required.
// Re-borrowing the list for each step because it can also be borrowed under execute.
Expand Down

0 comments on commit f566a8d

Please sign in to comment.