Skip to content

Commit

Permalink
[e] (0) setAttributeNode() is dead.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17968
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7423 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2012
1 parent 60b9621 commit eb8c624
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -96346,7 +96346,7 @@ <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML
name.</p>

<p class=note>For attributes on <a href=#html-elements>HTML elements</a>
set by the <a href=#html-parser>HTML parser</a> or by <code title="">Element.setAttributeNode()</code> or <code title="">Element.setAttribute()</code>, the local name will
set by the <a href=#html-parser>HTML parser</a> or by <code title="">Element.setAttribute()</code>, the local name will
be lowercase.</p>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -96346,7 +96346,7 @@ document.body.appendChild(text);
name.</p>

<p class=note>For attributes on <a href=#html-elements>HTML elements</a>
set by the <a href=#html-parser>HTML parser</a> or by <code title="">Element.setAttributeNode()</code> or <code title="">Element.setAttribute()</code>, the local name will
set by the <a href=#html-parser>HTML parser</a> or by <code title="">Element.setAttribute()</code>, the local name will
be lowercase.</p>

</dd>
Expand Down
1 change: 0 additions & 1 deletion source
Expand Up @@ -111601,7 +111601,6 @@ document.body.appendChild(text);

<p class="note">For attributes on <span>HTML elements</span>
set by the <span>HTML parser</span> or by <code
title="">Element.setAttributeNode()</code> or <code
title="">Element.setAttribute()</code>, the local name will
be lowercase.</p>

Expand Down

0 comments on commit eb8c624

Please sign in to comment.