- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Aug 2008 10:19:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4509
Modified Files:
Overview.html
Log Message:
Make it clear that xml:lang is namespaced. (whatwg r2058)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1236
retrieving revision 1.1237
diff -u -d -r1.1236 -r1.1237
--- Overview.html 12 Aug 2008 10:02:08 -0000 1.1236
+++ Overview.html 12 Aug 2008 10:19:09 -0000 1.1237
@@ -7954,7 +7954,10 @@
href="#references">[RFC3066]</a>
<p>The <code title=attr-xml-lang><a href="#xmllang">xml:lang</a></code>
- attribute is defined in XML. <a href="#references">[XML]</a>
+ attribute (that is, the <code title="">lang</code> attribute with the
+ <code title="">xml</code> prefix in the <code
+ title="">http://www.w3.org/XML/1998/namespace</code> namespace) is defined
+ in XML. <a href="#references">[XML]</a>
<p>If these attributes are omitted from an element, then it implies that
the language of this element is the same as the language of the parent
Received on Tuesday, 12 August 2008 10:19:46 UTC