Skip to content

Commit

Permalink
[giow] (0) Allow combining characters wherever, per Mark Davis.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13502

git-svn-id: http://svn.whatwg.org/webapps@6611 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2011
1 parent 73cf478 commit a6dd1b0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
9 changes: 7 additions & 2 deletions complete.html
Expand Up @@ -11520,8 +11520,12 @@ <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> and attribute values
must not begin with an <i>isolated combining character</i>. <a href=#refsUNICODE>[UNICODE]</a></p>
<!--<p><span title="text node">Text nodes</span> and attribute
values may begin with an <i>isolated combining character</i>. <a
href="#refsUNICODE">[UNICODE]</a></p>--> <!-- commented out since
nothing disallows it currently, so it's implicit; however, if we
ever make charmod a normative reference, this will be needed to
override it -->


<h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
Expand Down Expand Up @@ -101692,6 +101696,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Maik Merten,
Malcolm Rowe,
Mark Birbeck,
Mark Davis,
Mark Miller,
Mark Nottingham,
Mark Pilgrim,
Expand Down
9 changes: 7 additions & 2 deletions index
Expand Up @@ -11384,8 +11384,12 @@ 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> and attribute values
must not begin with an <i>isolated combining character</i>. <a href=#refsUNICODE>[UNICODE]</a></p>
<!--<p><span title="text node">Text nodes</span> and attribute
values may begin with an <i>isolated combining character</i>. <a
href="#refsUNICODE">[UNICODE]</a></p>--> <!-- commented out since
nothing disallows it currently, so it's implicit; however, if we
ever make charmod a normative reference, this will be needed to
override it -->


<h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
Expand Down Expand Up @@ -97268,6 +97272,7 @@ if (s = prompt('What is your name?')) {
Maik Merten,
Malcolm Rowe,
Mark Birbeck,
Mark Davis,
Mark Miller,
Mark Nottingham,
Mark Pilgrim,
Expand Down
10 changes: 7 additions & 3 deletions source
Expand Up @@ -11862,9 +11862,12 @@ 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> and attribute values
must not begin with an <i>isolated combining character</i>. <a
href="#refsUNICODE">[UNICODE]</a></p>
<!--<p><span title="text node">Text nodes</span> and attribute
values may begin with an <i>isolated combining character</i>. <a
href="#refsUNICODE">[UNICODE]</a></p>--> <!-- commented out since
nothing disallows it currently, so it's implicit; however, if we
ever make charmod a normative reference, this will be needed to
override it -->


<h6>Sectioning content</h6>
Expand Down Expand Up @@ -115915,6 +115918,7 @@ if (s = prompt('What is your name?')) {
Maik Merten,
Malcolm Rowe,
Mark Birbeck,
Mark Davis,
Mark Miller,
Mark Nottingham,
Mark Pilgrim,
Expand Down

0 comments on commit a6dd1b0

Please sign in to comment.