[html5] r7423 - [e] (0) setAttributeNode() is dead. Fixing https://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 28 15:37:24 PDT 2012


Author: ianh
Date: 2012-09-28 15:37:23 -0700 (Fri, 28 Sep 2012)
New Revision: 7423

Modified:
   complete.html
   index
   source
Log:
[e] (0) setAttributeNode() is dead.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17968
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2012-09-28 19:05:09 UTC (rev 7422)
+++ complete.html	2012-09-28 22:37:23 UTC (rev 7423)
@@ -96346,7 +96346,7 @@
           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>

Modified: index
===================================================================
--- index	2012-09-28 19:05:09 UTC (rev 7422)
+++ index	2012-09-28 22:37:23 UTC (rev 7423)
@@ -96346,7 +96346,7 @@
           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>

Modified: source
===================================================================
--- source	2012-09-28 19:05:09 UTC (rev 7422)
+++ source	2012-09-28 22:37:23 UTC (rev 7423)
@@ -111601,7 +111601,6 @@
 
           <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>
 




More information about the Commit-Watchers mailing list