[html5] r8677 - [e] (0) PARSER: clarify what it means for there to be no 'adjusted current node' [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 12:32:50 PDT 2014
Author: ianh
Date: 2014-06-12 12:32:46 -0700 (Thu, 12 Jun 2014)
New Revision: 8677
Modified:
complete.html
index
source
Log:
[e] (0) PARSER: clarify what it means for there to be no 'adjusted current node'
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-06-12 18:02:22 UTC (rev 8676)
+++ complete.html 2014-06-12 19:32:46 UTC (rev 8677)
@@ -90729,7 +90729,7 @@
<hr><p>As each token is emitted from the tokenizer, the user agent must follow the appropriate steps
from the following list, known as the <dfn id=tree-construction-dispatcher>tree construction dispatcher</dfn>:</p>
- <dl class=switch><dt>If there is no <a href=#adjusted-current-node>adjusted current node</a></dt>
+ <dl class=switch><dt>If the <a href=#stack-of-open-elements>stack of open elements</a> is empty</dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is an element in the <a href=#html-namespace-0>HTML namespace</a></dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is a <a href=#mathml-text-integration-point>MathML text integration point</a> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is a <a href=#mathml-text-integration-point>MathML text integration point</a> and the token is a character token</dt>
Modified: index
===================================================================
--- index 2014-06-12 18:02:22 UTC (rev 8676)
+++ index 2014-06-12 19:32:46 UTC (rev 8677)
@@ -90729,7 +90729,7 @@
<hr><p>As each token is emitted from the tokenizer, the user agent must follow the appropriate steps
from the following list, known as the <dfn id=tree-construction-dispatcher>tree construction dispatcher</dfn>:</p>
- <dl class=switch><dt>If there is no <a href=#adjusted-current-node>adjusted current node</a></dt>
+ <dl class=switch><dt>If the <a href=#stack-of-open-elements>stack of open elements</a> is empty</dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is an element in the <a href=#html-namespace-0>HTML namespace</a></dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is a <a href=#mathml-text-integration-point>MathML text integration point</a> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt>
<dt>If the <a href=#adjusted-current-node>adjusted current node</a> is a <a href=#mathml-text-integration-point>MathML text integration point</a> and the token is a character token</dt>
Modified: source
===================================================================
--- source 2014-06-12 18:02:22 UTC (rev 8676)
+++ source 2014-06-12 19:32:46 UTC (rev 8677)
@@ -100064,7 +100064,7 @@
<dl class="switch">
- <dt>If there is no <span>adjusted current node</span></dt>
+ <dt>If the <span>stack of open elements</span> is empty</dt>
<dt>If the <span>adjusted current node</span> is an element in the <span>HTML namespace</span></dt>
<dt>If the <span>adjusted current node</span> is a <span>MathML text integration point</span> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt>
<dt>If the <span>adjusted current node</span> is a <span>MathML text integration point</span> and the token is a character token</dt>
More information about the Commit-Watchers
mailing list