Skip to content

Commit

Permalink
[giow] (0) Explicitly disallow combining characters at the start of t…
Browse files Browse the repository at this point in the history
…ext nodes.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13502

git-svn-id: http://svn.whatwg.org/webapps@6590 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2011
1 parent 18e3a89 commit 9f6202f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -11541,6 +11541,9 @@ <h6 id=flow-content-0><span class=secno>3.2.5.1.2 </span>Flow content</h6>
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>

Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -11405,6 +11405,9 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
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>

Expand Down Expand Up @@ -36902,7 +36905,7 @@ hairline width with transform. ack Shaun Morris.

<!-- 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 &#2310; 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 &Aacute;, &yuml;, f, and " height=300 src=http://images.whatwg.org/baselines.png width=738>x03A9; are anchored, the ideographic baseline is where glyphs like &#31169; and &#36948; 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."&gt;</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 &#2310; 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 &Aacute;, &yuml;, f, and &Omega; are anchored, the ideographic baseline is where glyphs like &#31169; and &#36948; 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>

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -11887,6 +11887,10 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
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>

Expand Down

0 comments on commit 9f6202f

Please sign in to comment.