- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 20:00:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22948
Modified Files:
	Overview.html 
Log Message:
mention intent (whatwg r6579)
Index: Overview.html
===================================================================
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:12 UTC