[html5] r6417 - [e] (0) Attr is moving away from being a Node Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 11 10:50:28 PDT 2011
Author: ianh
Date: 2011-08-11 10:50:27 -0700 (Thu, 11 Aug 2011)
New Revision: 6417
Modified:
complete.html
index
source
Log:
[e] (0) Attr is moving away from being a Node
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12927
Modified: complete.html
===================================================================
--- complete.html 2011-08-11 06:28:13 UTC (rev 6416)
+++ complete.html 2011-08-11 17:50:27 UTC (rev 6417)
@@ -3114,6 +3114,9 @@
<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>
+ <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>
+
<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>
@@ -7991,7 +7994,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
Modified: index
===================================================================
--- index 2011-08-11 06:28:13 UTC (rev 6416)
+++ index 2011-08-11 17:50:27 UTC (rev 6417)
@@ -3011,6 +3011,9 @@
<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>
+ <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>
+
<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>
@@ -7855,7 +7858,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
Modified: source
===================================================================
--- source 2011-08-11 06:28:13 UTC (rev 6416)
+++ source 2011-08-11 17:50:27 UTC (rev 6417)
@@ -1959,6 +1959,9 @@
title="dom-Node-ownerDocument">ownerDocument</code> IDL attribute
thus always returns that <code>Document</code>.</p>
+ <p>The <code>Document</code> of a content attribute is the
+ <code>Document</code> of the attribute's element.</p>
+
<p>The term <dfn>tree order</dfn> means a pre-order, depth-first
traversal of DOM nodes involved (through the <code
title="dom-Node-parentNode">parentNode</code>/<code
@@ -7804,7 +7807,7 @@
<li>Let <var title="">candidate</var> be the element that the <code
title="dom-Document-getElementById">document.getElementById()</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
More information about the Commit-Watchers
mailing list