html5/spec Overview.html,1.4989,1.4990

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18234

Modified Files:
	Overview.html 
Log Message:
Change how U+0000 NULLs are parsed in MathML text integration points; may also have some side-effects on misnested formatting elements. (whatwg r6226)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4989
retrieving revision 1.4990
diff -u -d -r1.4989 -r1.4990
--- Overview.html	14 Jun 2011 23:10:27 -0000	1.4989
+++ Overview.html	14 Jun 2011 23:13:44 -0000	1.4990
@@ -58902,6 +58902,7 @@
   <dl class="switch"><dt>If there is no <a href="#current-node">current node</a></dt>
    <dt>If the <a href="#current-node">current node</a> is an element in the <a href="#html-namespace-0">HTML namespace</a></dt>
    <dt>If the <a href="#current-node">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="#current-node">current node</a> is a <a href="#mathml-text-integration-point">MathML text integration point</a> and the token is a character token</dt>
    <dt>If the <a href="#current-node">current node</a> is an <code title="">annotation-xml</code> element in the <a href="#mathml-namespace">MathML namespace</a> and the token is a start tag whose tag name is "svg"</dt>
    <dt>If the <a href="#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a start tag</dt>
    <dt>If the <a href="#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a character token</dt>

Received on Tuesday, 14 June 2011 23:13:50 UTC