- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 19:33:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Document? Nay, Element... (whatwg r4699) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3750&r2=1.3751&f=h http://html5.org/tools/web-apps-tracker?from=4698&to=4699 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3750 retrieving revision 1.3751 diff -u -d -r1.3750 -r1.3751 --- Overview.html 13 Feb 2010 10:30:10 -0000 1.3750 +++ Overview.html 13 Feb 2010 10:33:17 -0000 1.3751 @@ -8214,7 +8214,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> @@ -8235,7 +8235,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>
Received on Saturday, 13 February 2010 10:33:56 UTC