HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3612

SVNBugCommentTime (UTC)
3612the term 'per-element partition' was thrown overboard in the xmlns update.2009-08-14 04:11
Index: source
===================================================================
--- source	(revision 3611)
+++ source	(revision 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">
 

|