[html5] r6871 - [e] (0) More clearly define 'act as if'. Affected topics: HTML Syntax and Parsing

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 13 16:04:19 PST 2011


Author: ianh
Date: 2011-12-13 16:04:18 -0800 (Tue, 13 Dec 2011)
New Revision: 6871

Modified:
   complete.html
   index
   source
Log:
[e] (0) More clearly define 'act as if'.
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2011-12-13 22:36:28 UTC (rev 6870)
+++ complete.html	2011-12-14 00:04:18 UTC (rev 6871)
@@ -84127,7 +84127,11 @@
    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>

Modified: index
===================================================================
--- index	2011-12-13 22:36:28 UTC (rev 6870)
+++ index	2011-12-14 00:04:18 UTC (rev 6871)
@@ -84127,7 +84127,11 @@
    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>

Modified: source
===================================================================
--- source	2011-12-13 22:36:28 UTC (rev 6870)
+++ source	2011-12-14 00:04:18 UTC (rev 6871)
@@ -97573,6 +97573,10 @@
 
   </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>
 




More information about the Commit-Watchers mailing list