[html5] r3612 - [e] (0) the term 'per-element partition' was thrown overboard in the xmlns update.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 13 21:11:36 PDT 2009
Author: ianh
Date: 2009-08-13 21:11:35 -0700 (Thu, 13 Aug 2009)
New Revision: 3612
Modified:
index
source
Log:
[e] (0) the term 'per-element partition' was thrown overboard in the xmlns update.
Modified: index
===================================================================
--- index 2009-08-14 04:08:24 UTC (rev 3611)
+++ index 2009-08-14 04:11:35 UTC (rev 3612)
@@ -1638,7 +1638,7 @@
this specification are in the
<code>http://www.w3.org/1999/xhtml</code> namespace, and all
attributes defined or mentioned in this specification have no
- namespace (they are in the per-element partition).</p>
+ namespace.</p>
<p>When an XML name, such as an attribute or element name, is
referred to in the form <code><var title="">prefix</var>:<var title="">localName</var></code>, as in <code>xml:id</code> or
@@ -7182,11 +7182,10 @@
</div>
<p>HTML, SVG, and MathML elements define which classes they are in
- by having an attribute in the per-element partition with the name
- <code title="">class</code> containing a space-separated list of
- classes to which the element belongs. Other specifications may also
- allow elements in their namespaces to be labeled as being in
- specific classes.</p>
+ by having an attribute with no namespace with the name <code title="">class</code> containing a space-separated list of classes
+ to which the element belongs. Other specifications may also allow
+ elements in their namespaces to be labeled as being in specific
+ classes.</p>
<div class=example>
Modified: source
===================================================================
--- source 2009-08-14 04:08:24 UTC (rev 3611)
+++ source 2009-08-14 04:11:35 UTC (rev 3612)
@@ -656,7 +656,7 @@
this specification are in the
<code>http://www.w3.org/1999/xhtml</code> namespace, and all
attributes defined or mentioned in this specification have no
- namespace (they are in the per-element partition).</p>
+ namespace.</p>
<p>When an XML name, such as an attribute or element name, is
referred to in the form <code><var title="">prefix</var>:<var
@@ -7255,11 +7255,11 @@
</div>
<p>HTML, SVG, and MathML elements define which classes they are in
- by having an attribute in the per-element partition with the name
- <code title="">class</code> containing a space-separated list of
- classes to which the element belongs. Other specifications may also
- allow elements in their namespaces to be labeled as being in
- specific classes.</p>
+ by having an attribute with no namespace with the name <code
+ title="">class</code> containing a space-separated list of classes
+ to which the element belongs. Other specifications may also allow
+ elements in their namespaces to be labeled as being in specific
+ classes.</p>
<div class="example">
More information about the Commit-Watchers
mailing list