[html5] r2091 - [ac] (0) Allow xml:lang='' and lang='' to differ in case only.

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 20 18:45:19 PDT 2008


Author: ianh
Date: 2008-08-20 18:45:17 -0700 (Wed, 20 Aug 2008)
New Revision: 2091

Modified:
   index
   source
Log:
[ac] (0) Allow xml:lang='' and lang='' to differ in case only.

Modified: index
===================================================================
--- index	2008-08-20 23:49:54 UTC (rev 2090)
+++ index	2008-08-21 01:45:17 UTC (rev 2091)
@@ -28,7 +28,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 20 August
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 21 August
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -8032,7 +8032,8 @@
    elements). If both the <code title=attr-lang><a
    href="#lang">lang</a></code> attribute and the <code
    title=attr-xml-lang><a href="#xmllang">xml:lang</a></code> attribute are
-   specified on the same element, they must have exactly the same value.
+   specified on the same element, they must have exactly the same value when
+   compared in an <a href="#ascii">ASCII case-insensitive</a> manner.
 
   <p>Authors must not use the <code title=attr-xml-lang><a
    href="#xmllang">xml:lang</a></code> attribute (that is, the <code
@@ -8044,7 +8045,8 @@
    href="#html-elements">HTML elements</a> in <a href="#html-">HTML
    documents</a>, but such attributes must only be specified if a <code
    title=attr-lang><a href="#lang">lang</a></code> attribute is also
-   specified, and both attributes must have the same value.
+   specified, and both attributes must have the same value when compared in
+   an <a href="#ascii">ASCII case-insensitive</a> manner.
 
   <hr>
 

Modified: source
===================================================================
--- source	2008-08-20 23:49:54 UTC (rev 2090)
+++ source	2008-08-21 01:45:17 UTC (rev 2091)
@@ -5868,7 +5868,8 @@
   their elements). If both the <code title="attr-lang">lang</code>
   attribute and the <code title="attr-xml-lang">xml:lang</code>
   attribute are specified on the same element, they must have exactly
-  the same value.</p>
+  the same value when compared in an <span>ASCII
+  case-insensitive</span> manner.</p>
 
   <p>Authors must not use the <code
   title="attr-xml-lang">xml:lang</code> attribute (that is, the <code
@@ -5881,7 +5882,8 @@
   elements</span> in <span>HTML documents</span>, but such attributes
   must only be specified if a <code title="attr-lang">lang</code>
   attribute is also specified, and both attributes must have the same
-  value.</p>
+  value when compared in an <span>ASCII case-insensitive</span>
+  manner.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list