Skip to content

Commit

Permalink
[e] (0) More clearly define 'act as if'.
Browse files Browse the repository at this point in the history
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@6871 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 14, 2011
1 parent 98c83e5 commit 43fd233
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -84127,7 +84127,11 @@ <h4 id=tree-construction><span class=secno>12.2.5 </span><dfn>Tree construction<
for parsing tokens <a href=#parsing-main-inforeign title="insertion mode: in foreign
content">in foreign content</a>.</dd>

</dl><p>The <a href=#current-node>current node</a> is a <dfn id=mathml-text-integration-point>MathML text
</dl><p>When the specification says that a user agent is to <dfn id=act-as-if-a-token-had-been-seen>act as
if a token had been seen</dfn>, it means that the user agent is to
follow the appropriate steps from the above list.</p>

<p>The <a href=#current-node>current node</a> is a <dfn id=mathml-text-integration-point>MathML text
integration point</dfn> if it is one of the following elements:</p>

<ul class=brief><li>An <code title="">mi</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -84127,7 +84127,11 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
for parsing tokens <a href=#parsing-main-inforeign title="insertion mode: in foreign
content">in foreign content</a>.</dd>

</dl><p>The <a href=#current-node>current node</a> is a <dfn id=mathml-text-integration-point>MathML text
</dl><p>When the specification says that a user agent is to <dfn id=act-as-if-a-token-had-been-seen>act as
if a token had been seen</dfn>, it means that the user agent is to
follow the appropriate steps from the above list.</p>

<p>The <a href=#current-node>current node</a> is a <dfn id=mathml-text-integration-point>MathML text
integration point</dfn> if it is one of the following elements:</p>

<ul class=brief><li>An <code title="">mi</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -97573,6 +97573,10 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

</dl>

<p>When the specification says that a user agent is to <dfn>act as
if a token had been seen</dfn>, it means that the user agent is to
follow the appropriate steps from the above list.</p>

<p>The <span>current node</span> is a <dfn>MathML text
integration point</dfn> if it is one of the following elements:</p>

Expand Down

0 comments on commit 43fd233

Please sign in to comment.