mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update step annotations for prepare a script
This commit is contained in:
parent
7b98c8a788
commit
f566a8d44f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue