[html5] r6593 - [ac] (0) also disallow combining chars at the start of attributes.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 27 12:10:58 PDT 2011
Author: ianh
Date: 2011-09-27 12:10:56 -0700 (Tue, 27 Sep 2011)
New Revision: 6593
Modified:
complete.html
index
source
Log:
[ac] (0) also disallow combining chars at the start of attributes.
Modified: complete.html
===================================================================
--- complete.html 2011-09-27 19:07:34 UTC (rev 6592)
+++ complete.html 2011-09-27 19:10:56 UTC (rev 6593)
@@ -11541,8 +11541,8 @@
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>
+ <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>
<h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
Modified: index
===================================================================
--- index 2011-09-27 19:07:34 UTC (rev 6592)
+++ index 2011-09-27 19:10:56 UTC (rev 6593)
@@ -11405,8 +11405,8 @@
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>
+ <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>
<h6 id=sectioning-content-0><span class=secno>3.2.5.1.3 </span>Sectioning content</h6>
Modified: source
===================================================================
--- source 2011-09-27 19:07:34 UTC (rev 6592)
+++ source 2011-09-27 19:10:56 UTC (rev 6593)
@@ -11887,8 +11887,8 @@
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
+ <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>
More information about the Commit-Watchers
mailing list