- From: poot <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 13:11:59 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: the term 'per-element partition' was thrown overboard in the
xmlns update. (whatwg r3612)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2802&r2=1.2803&f=h
http://html5.org/tools/web-apps-tracker?from=3611&to=3612
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2802
retrieving revision 1.2803
diff -u -d -r1.2802 -r1.2803
--- Overview.html 14 Aug 2009 04:08:30 -0000 1.2802
+++ Overview.html 14 Aug 2009 04:11:40 -0000 1.2803
@@ -1521,7 +1521,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>When an XML name, such as an attribute or element name, is
+ namespace.<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
<code>svg:rect</code>, it refers to a name with the local name <var title="">localName</var> and the namespace given by the prefix, as
defined by the following table:<dl><dt><code title="">xml</code></dt>
@@ -6488,11 +6488,10 @@
object on which the method was invoked.</p>
</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.<div class="example">
+ 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.<div class="example">
<p>Given the following XHTML fragment:</p>
Received on Friday, 14 August 2009 04:12:34 UTC