Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2232)

Unified Diff: sky/specs/parsing.md

Issue 723223003: Specs: Make </> not pop the document itself off the stack, that would be crazy town (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698