[html5] r4699 - [e] (0) Document? Nay, Element... Fixing http://www.w3.org/Bugs/Public/show_bug. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 02:33:14 PST 2010
Author: ianh
Date: 2010-02-13 02:33:12 -0800 (Sat, 13 Feb 2010)
New Revision: 4699
Modified:
complete.html
index
source
Log:
[e] (0) Document? Nay, Element...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8772
Modified: complete.html
===================================================================
--- complete.html 2010-02-13 10:30:05 UTC (rev 4698)
+++ complete.html 2010-02-13 10:33:12 UTC (rev 4699)
@@ -9611,7 +9611,7 @@
</div>
- <p class=note>This doesn't apply to <code title="">Document.setAttributeNS()</code> and <code title="">Document.setAttributeNodeNS()</code>.</p>
+ <p class=note>This doesn't apply to <code title="">Element.setAttributeNS()</code> and <code title="">Element.setAttributeNodeNS()</code>.</p>
</dd>
@@ -9632,7 +9632,7 @@
</div>
- <p class=note>This doesn't apply to <code title="">Document.getAttributeNS()</code> and <code title="">Document.getAttributeNodeNS()</code>.</p>
+ <p class=note>This doesn't apply to <code title="">Element.getAttributeNS()</code> and <code title="">Element.getAttributeNodeNS()</code>.</p>
</dd>
Modified: index
===================================================================
--- index 2010-02-13 10:30:05 UTC (rev 4698)
+++ index 2010-02-13 10:33:12 UTC (rev 4699)
@@ -9510,7 +9510,7 @@
</div>
- <p class=note>This doesn't apply to <code title="">Document.setAttributeNS()</code> and <code title="">Document.setAttributeNodeNS()</code>.</p>
+ <p class=note>This doesn't apply to <code title="">Element.setAttributeNS()</code> and <code title="">Element.setAttributeNodeNS()</code>.</p>
</dd>
@@ -9531,7 +9531,7 @@
</div>
- <p class=note>This doesn't apply to <code title="">Document.getAttributeNS()</code> and <code title="">Document.getAttributeNodeNS()</code>.</p>
+ <p class=note>This doesn't apply to <code title="">Element.getAttributeNS()</code> and <code title="">Element.getAttributeNodeNS()</code>.</p>
</dd>
Modified: source
===================================================================
--- source 2010-02-13 10:30:05 UTC (rev 4698)
+++ source 2010-02-13 10:33:12 UTC (rev 4699)
@@ -9794,8 +9794,8 @@
</div>
<p class="note">This doesn't apply to <code
- title="">Document.setAttributeNS()</code> and <code
- title="">Document.setAttributeNodeNS()</code>.</p>
+ title="">Element.setAttributeNS()</code> and <code
+ title="">Element.setAttributeNodeNS()</code>.</p>
</dd>
@@ -9819,8 +9819,8 @@
</div>
<p class="note">This doesn't apply to <code
- title="">Document.getAttributeNS()</code> and <code
- title="">Document.getAttributeNodeNS()</code>.</p>
+ title="">Element.getAttributeNS()</code> and <code
+ title="">Element.getAttributeNodeNS()</code>.</p>
</dd>
More information about the Commit-Watchers
mailing list