- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 10:33:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8802 Modified Files: Overview.html Log Message: Document? Nay, Element... (whatwg r4699) Index: Overview.html =================================================================== 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:22 UTC