Skip to content

Commit

Permalink
[e] (0) PARSER: clarify what it means for there to be no 'adjusted cu…
Browse files Browse the repository at this point in the history
…rrent node'

Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8677 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2014
1 parent 609d96f commit 6de1609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -90729,7 +90729,7 @@ <h4 id=tree-construction><span class=secno>12.2.5 </span><dfn>Tree construction<
<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -90729,7 +90729,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -100064,7 +100064,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

<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>
Expand Down

0 comments on commit 6de1609

Please sign in to comment.