[html5] r6611 - [giow] (0) Allow combining characters wherever, per Mark Davis. Fixing http://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 2 00:17:26 PDT 2011


Author: ianh
Date: 2011-10-02 00:17:22 -0700 (Sun, 02 Oct 2011)
New Revision: 6611

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow combining characters wherever, per Mark Davis.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13502

Modified: complete.html
===================================================================
--- complete.html	2011-10-02 05:09:43 UTC (rev 6610)
+++ complete.html	2011-10-02 07:17:22 UTC (rev 6611)
@@ -11520,8 +11520,12 @@
   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>
@@ -101692,6 +101696,7 @@
   Maik Merten,
   Malcolm Rowe,
   Mark Birbeck,
+  Mark Davis,
   Mark Miller,
   Mark Nottingham,
   Mark Pilgrim,

Modified: index
===================================================================
--- index	2011-10-02 05:09:43 UTC (rev 6610)
+++ index	2011-10-02 07:17:22 UTC (rev 6611)
@@ -11384,8 +11384,12 @@
   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>
@@ -97268,6 +97272,7 @@
   Maik Merten,
   Malcolm Rowe,
   Mark Birbeck,
+  Mark Davis,
   Mark Miller,
   Mark Nottingham,
   Mark Pilgrim,

Modified: source
===================================================================
--- source	2011-10-02 05:09:43 UTC (rev 6610)
+++ source	2011-10-02 07:17:22 UTC (rev 6611)
@@ -11862,9 +11862,12 @@
   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>
@@ -115915,6 +115918,7 @@
   Maik Merten,
   Malcolm Rowe,
   Mark Birbeck,
+  Mark Davis,
   Mark Miller,
   Mark Nottingham,
   Mark Pilgrim,




More information about the Commit-Watchers mailing list