Skip to content

Commit

Permalink
[e] (0) clarify which document to call
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9200

git-svn-id: http://svn.whatwg.org/webapps@4908 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent 5b7205a commit ee465af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -6218,8 +6218,9 @@ <h4 id=reflecting-content-attributes-in-idl-attributes><span class=secno>2.7.1 <
IDL attribute must return null.</li>

<li>Let <var title="">candidate</var> be the element that the <code title=getElementById()><a href=#getelementbyid()>document.getElementById()</a></code> method
would find if it was passed as its argument the current value of
the corresponding content attribute.</li>
would find when called on the content attribute's document if it
was 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
type-compatible with the IDL attribute, then the IDL attribute must
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -6116,8 +6116,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
IDL attribute must return null.</li>

<li>Let <var title="">candidate</var> be the element that the <code title=getElementById()><a href=#getelementbyid()>document.getElementById()</a></code> method
would find if it was passed as its argument the current value of
the corresponding content attribute.</li>
would find when called on the content attribute's document if it
was 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
type-compatible with the IDL attribute, then the IDL attribute must
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -5778,8 +5778,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<li>Let <var title="">candidate</var> be the element that the <code
title="getElementById()">document.getElementById()</code> method
would find if it was passed as its argument the current value of
the corresponding content attribute.</li>
would find when called on the content attribute's document if it
was 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
type-compatible with the IDL attribute, then the IDL attribute must
Expand Down

0 comments on commit ee465af

Please sign in to comment.