Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Since we lowercase attributes anyway, no need to force them fu…
…rther to lowercase in the Node.nodeName etc. (Bug 5898) (credit: sp)

git-svn-id: http://svn.whatwg.org/webapps@1938 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 25, 2008
1 parent f2ce3f6 commit a25b4d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -8436,9 +8436,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
title="">Node.nodeName</code>, and <code title="">Node.localName</code>

<dd>
<p>These attributes must return tag names <a href="#converting">converted
to uppercase</a> and attribute names <a href="#converting0">converted to
lowercase</a>, regardless of the case with which they were created.</p>
<p>These attributes must return element names <a
href="#converting">converted to uppercase</a>, regardless of the case
with which they were created.</p>

<dt><code title="">Document.createElement()</code>

Expand Down
15 changes: 7 additions & 8 deletions source
Expand Up @@ -396,11 +396,11 @@
namespace (they are in the per-element partition).</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 <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:</p>
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:</p>

<dl>
<dt><code title="">xml</code></dt>
Expand Down Expand Up @@ -6454,9 +6454,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<dd>

<p>These attributes must return tag names <span>converted to
uppercase</span> and attribute names <span>converted to
lowercase</span>, regardless of the case with which they were
<p>These attributes must return element names <span>converted to
uppercase</span>, regardless of the case with which they were
created.</p>

</dd>
Expand Down

0 comments on commit a25b4d4

Please sign in to comment.