hixie: mention intent (whatwg r6579)

hixie: mention intent (whatwg r6579)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5272&r2=1.5273&f=h
http://html5.org/tools/web-apps-tracker?from=6578&to=6579

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5272
retrieving revision 1.5273
diff -u -d -r1.5272 -r1.5273
--- Overview.html 23 Sep 2011 19:57:59 -0000 1.5272
+++ Overview.html 23 Sep 2011 20:00:06 -0000 1.5273
@@ -55952,9 +55952,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>

Received on Friday, 23 September 2011 20:00:22 UTC