Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Attr is moving away from being a Node
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12927

git-svn-id: http://svn.whatwg.org/webapps@6417 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2011
1 parent bc74dea commit d5c9bea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -3114,6 +3114,9 @@ <h4 id=dom-trees><span class=secno>2.1.3 </span>DOM trees</h4>
<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>

Expand Down Expand Up @@ -7991,7 +7994,7 @@ <h4 id=reflecting-content-attributes-in-idl-attributes><span class=secno>2.8.1 <

<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
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -3011,6 +3011,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down Expand Up @@ -7855,7 +7858,7 @@ explained in the previous section, which talks about RFC 2119. -->

<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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -1959,6 +1959,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -7804,7 +7807,7 @@ is conforming depends on which specs apply, and leaves it at that. -->
<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
Expand Down

0 comments on commit d5c9bea

Please sign in to comment.