- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 21:00:38 -0500
- To: public-html-diffs@w3.org
hixie: More clearly define 'act as if'. (whatwg r6871)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5470&r2=1.5471&f=h
http://html5.org/tools/web-apps-tracker?from=6870&to=6871
===================================================================
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 02:00:45 UTC