- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 04:11:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10759 Modified Files: Overview.html Log Message: the term 'per-element partition' was thrown overboard in the xmlns update. (whatwg r3612) Index: Overview.html =================================================================== 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:11:53 UTC