| Index: sky/specs/parsing.md
|
| diff --git a/sky/specs/parsing.md b/sky/specs/parsing.md
|
| index 6d76a4881bacc0b8b42d5eca85c4ebbe9281ba45..f1e9f8d1db980fb8d332220c61d767a808ee3193 100644
|
| --- a/sky/specs/parsing.md
|
| +++ b/sky/specs/parsing.md
|
| @@ -834,6 +834,7 @@ _document_:
|
| execute the script given by the element's contents, using the
|
| associated names as appropriate.
|
| - If _token_ is an automatic end tag token:
|
| - 1. Pop the top node from the _stack of open nodes_, if any.
|
| + 1. Pop the top node from the _stack of open nodes_, unless it is
|
| + the document.
|
| 4. Yield until _imported modules_ has no promises.
|
| 5. Fire a ``load`` event at the _parsing context_ object.
|
|
|