[html5] r6579 - [e] (0) mention intent Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13802
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 23 12:57:42 PDT 2011
Author: ianh
Date: 2011-09-23 12:57:40 -0700 (Fri, 23 Sep 2011)
New Revision: 6579
Modified:
complete.html
index
source
Log:
[e] (0) mention intent
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13802
Modified: complete.html
===================================================================
--- complete.html 2011-09-23 19:55:32 UTC (rev 6578)
+++ complete.html 2011-09-23 19:57:40 UTC (rev 6579)
@@ -83612,9 +83612,9 @@
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>
- <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
- name</var> (where <var title="">b</var> is the value of the
- byte at <var title="">position</var>).</dd>
+ <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute name</var> (where <var title="">b</var> is
+ the value of the byte at <var title="">position</var>). (This
+ converts the input to lowercase.)</dd>
<dt>Anything else</dt>
Modified: index
===================================================================
--- index 2011-09-23 19:55:32 UTC (rev 6578)
+++ index 2011-09-23 19:57:40 UTC (rev 6579)
@@ -79037,9 +79037,9 @@
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>
- <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
- name</var> (where <var title="">b</var> is the value of the
- byte at <var title="">position</var>).</dd>
+ <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute name</var> (where <var title="">b</var> is
+ the value of the byte at <var title="">position</var>). (This
+ converts the input to lowercase.)</dd>
<dt>Anything else</dt>
Modified: source
===================================================================
--- source 2011-09-23 19:55:32 UTC (rev 6578)
+++ source 2011-09-23 19:57:40 UTC (rev 6579)
@@ -94694,10 +94694,11 @@
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>
- <dd>Append the Unicode character with code point <span title=""><var
- title="">b</var>+0x20</span> to <var title="">attribute
- name</var> (where <var title="">b</var> is the value of the
- byte at <var title="">position</var>).</dd>
+ <dd>Append the Unicode character with code point <span
+ title=""><var title="">b</var>+0x20</span> to <var
+ title="">attribute name</var> (where <var title="">b</var> is
+ the value of the byte at <var title="">position</var>). (This
+ converts the input to lowercase.)</dd>
<dt>Anything else</dt>
More information about the Commit-Watchers
mailing list