Skip to content

Commit

Permalink
[e] (0) Document? Nay, Element...
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8772

git-svn-id: http://svn.whatwg.org/webapps@4699 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent 86f3637 commit 38b7700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -9611,7 +9611,7 @@ <h3 id=apis-in-html-documents><span class=secno>3.3 </span>APIs in HTML document

</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>

Expand All @@ -9632,7 +9632,7 @@ <h3 id=apis-in-html-documents><span class=secno>3.3 </span>APIs in HTML document

</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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -9510,7 +9510,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

</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>

Expand All @@ -9531,7 +9531,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

</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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -9794,8 +9794,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
</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>

Expand All @@ -9819,8 +9819,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
</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>

Expand Down

0 comments on commit 38b7700

Please sign in to comment.