- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Dec 2011 00:04:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5458
Modified Files:
Overview.html
Log Message:
More clearly define 'act as if'. (whatwg r6871)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5470
retrieving revision 1.5471
diff -u -d -r1.5470 -r1.5471
--- Overview.html 13 Dec 2011 22:36:33 -0000 1.5470
+++ Overview.html 14 Dec 2011 00:04:22 -0000 1.5471
@@ -60614,7 +60614,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>
Received on Wednesday, 14 December 2011 00:04:31 UTC