[html5] r6590 - [giow] (0) Explicitly disallow combining characters at the start of text nodes. [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 26 15:11:43 PDT 2011


Author: ianh
Date: 2011-09-26 15:11:41 -0700 (Mon, 26 Sep 2011)
New Revision: 6590

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Explicitly disallow combining characters at the start of text nodes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13502

Modified: complete.html
===================================================================
--- complete.html	2011-09-26 20:53:57 UTC (rev 6589)
+++ complete.html	2011-09-26 22:11:41 UTC (rev 6590)
@@ -11541,7 +11541,10 @@
   script, or when the element is part of a template and would on most
   pages be filled in but on some pages is not relevant.</p>
 
+  <p><a href=#text-node title="text node">Text nodes</a> must not begin with an
+  <i>isolated combining character</i>. <a href=#refsUNICODE>[UNICODE]</a></p>
 
+
   <h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
 
   <p><dfn id=sectioning-content>Sectioning content</dfn> is content that defines the scope

Modified: index
===================================================================
--- index	2011-09-26 20:53:57 UTC (rev 6589)
+++ index	2011-09-26 22:11:41 UTC (rev 6590)
@@ -11405,7 +11405,10 @@
   script, or when the element is part of a template and would on most
   pages be filled in but on some pages is not relevant.</p>
 
+  <p><a href=#text-node title="text node">Text nodes</a> must not begin with an
+  <i>isolated combining character</i>. <a href=#refsUNICODE>[UNICODE]</a></p>
 
+
   <h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
 
   <p><dfn id=sectioning-content>Sectioning content</dfn> is content that defines the scope
@@ -36902,7 +36905,7 @@
 
   <!-- this is filler to make sure the TCP packet boundary doesn't fall in the middle of one of the NCRs below -->
   <!-- (because otherwise the parser in anolis screws it up) -->
-  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and " height=300 src=http://images.whatwg.org/baselines.png width=738>x03A9; are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
+  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: source
===================================================================
--- source	2011-09-26 20:53:57 UTC (rev 6589)
+++ source	2011-09-26 22:11:41 UTC (rev 6590)
@@ -11887,7 +11887,11 @@
   script, or when the element is part of a template and would on most
   pages be filled in but on some pages is not relevant.</p>
 
+  <p><span title="text node">Text nodes</span> must not begin with an
+  <i>isolated combining character</i>. <a
+  href="#refsUNICODE">[UNICODE]</a></p>
 
+
   <h6>Sectioning content</h6>
 
   <p><dfn>Sectioning content</dfn> is content that defines the scope




More information about the Commit-Watchers mailing list