- From: poot <cvsmail@w3.org>
- Date: Thu, 11 Aug 2011 13:51:00 -0400
- To: public-html-diffs@w3.org
hixie: Attr is moving away from being a Node (whatwg r6417)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5121&r2=1.5122&f=h
http://html5.org/tools/web-apps-tracker?from=6416&to=6417
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5121
retrieving revision 1.5122
diff -u -d -r1.5121 -r1.5122
--- Overview.html 11 Aug 2011 06:28:25 -0000 1.5121
+++ Overview.html 11 Aug 2011 17:50:43 -0000 1.5122
@@ -2547,7 +2547,8 @@
<code>Document</code></a> then that <code><a href="#document">Document</a></code> is
always the <code><a href="#node">Node</a></code>'s <code><a href="#document">Document</a></code>, and the
<code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL attribute
- thus always returns that <code><a href="#document">Document</a></code>.<p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
+ thus always returns that <code><a href="#document">Document</a></code>.<p>The <code><a href="#document">Document</a></code> of a content attribute is the
+ <code><a href="#document">Document</a></code> of the attribute's element.<p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a href="#dom-node-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="#dom-node-childnodes">childNodes</a></code> relationship).<p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
handled as if it was something else, this refers only to the
processing of the node after it is in the DOM. <span class="impl">A
@@ -6766,7 +6767,7 @@
<li>Let <var title="">candidate</var> be the element that the <code title="dom-Document-getElementById"><a href="#dom-document-getelementbyid">document.getElementById()</a></code> method
would find when called on the content attribute's document if it
- was passed as its argument the current value of the corresponding
+ were passed as its argument the current value of the corresponding
content attribute.</li>
<li>If <var title="">candidate</var> is null, or if it is not
Received on Thursday, 11 August 2011 17:51:05 UTC