[html5] r2058 - [e] (0) Make it clear that xml:lang is namespaced.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 12 03:18:04 PDT 2008
Author: ianh
Date: 2008-08-12 03:18:03 -0700 (Tue, 12 Aug 2008)
New Revision: 2058
Modified:
index
source
Log:
[e] (0) Make it clear that xml:lang is namespaced.
Modified: index
===================================================================
--- index 2008-08-12 10:02:04 UTC (rev 2057)
+++ index 2008-08-12 10:18:03 UTC (rev 2058)
@@ -7946,7 +7946,10 @@
href="#refsRFC3066">[RFC3066]</a>
<p>The <code title=attr-xml-lang><a href="#xmllang">xml:lang</a></code>
- attribute is defined in XML. <a href="#refsXML">[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="#refsXML">[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
Modified: source
===================================================================
--- source 2008-08-12 10:02:04 UTC (rev 2057)
+++ source 2008-08-12 10:18:03 UTC (rev 2058)
@@ -5795,7 +5795,10 @@
valid RFC 3066 language code, or the empty string. <a
href="#refsRFC3066">[RFC3066]</a></p>
- <p>The <code title="attr-xml-lang">xml:lang</code> attribute is
+ <p>The <code title="attr-xml-lang">xml:lang</code> 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="#refsXML">[XML]</a></p>
<p>If these attributes are omitted from an element, then it implies
More information about the Commit-Watchers
mailing list