html5/spec Overview.html,1.1307,1.1308

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30027

Modified Files:
	Overview.html 
Log Message:
Make it clear that attributes can't be duplicated on elements. (whatwg r2136)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1307
retrieving revision 1.1308
diff -u -d -r1.1307 -r1.1308
--- Overview.html	2 Sep 2008 03:57:34 -0000	1.1307
+++ Overview.html	2 Sep 2008 04:35:16 -0000	1.1308
@@ -45586,8 +45586,8 @@
    U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=) characters, the control
    characters, and any characters that are not defined by Unicode. In the
    HTML syntax, attribute names may be written with any mix of lower- and
-   uppercase letters that, when converted to all-lowercase, matches the
-   attribute's name; attribute names are case-insensitive.
+   uppercase letters that are an <a href="#ascii">ASCII case-insensitive</a>
+   match for the attribute's name.
 
   <p><dfn id=attribute4 title=syntax-attribute-value>Attribute values</dfn>
    are a mixture of <a href="#text2" title=syntax-text>text</a> and <a
@@ -45700,6 +45700,10 @@
      href="#space">space character</a> separating the two.</p>
   </dl>
 
+  <p>There must never be two or more attributes on the same start tag whose
+   names are an <a href="#ascii">ASCII case-insensitive</a> match for each
+   other.
+
   <h5 id=optional><span class=secno>8.1.2.4. </span>Optional tags</h5>
 
   <p>Certain tags can be <dfn id=omitted

Received on Tuesday, 2 September 2008 04:35:59 UTC