Skip to content

Commit

Permalink
[e] (0) the term 'per-element partition' was thrown overboard in the …
Browse files Browse the repository at this point in the history
…xmlns update.

git-svn-id: http://svn.whatwg.org/webapps@3612 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent b1f551c commit 0ce3467
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
11 changes: 5 additions & 6 deletions index
Expand Up @@ -1638,7 +1638,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -7182,11 +7182,10 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
</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>

Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -656,7 +656,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -7255,11 +7255,11 @@ interface <dfn>HTMLDocument</dfn> {
</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">

Expand Down

0 comments on commit 0ce3467

Please sign in to comment.