- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Aug 2008 01:45:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29068
Modified Files:
Overview.html
Log Message:
Allow xml:lang='' and lang='' to differ in case only. (whatwg r2091)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1263
retrieving revision 1.1264
diff -u -d -r1.1263 -r1.1264
--- Overview.html 20 Aug 2008 23:50:19 -0000 1.1263
+++ Overview.html 21 Aug 2008 01:45:39 -0000 1.1264
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->20 August 2008</h2>
+ Editor's Draft <!--ZZZ-->21 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,7 +199,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 20
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 21
August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -8040,7 +8040,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
@@ -8052,7 +8053,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>
Received on Thursday, 21 August 2008 01:46:16 UTC