[html5] r4908 - [e] (0) clarify which document to call Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 30 15:05:52 PDT 2010


Author: ianh
Date: 2010-03-30 15:05:51 -0700 (Tue, 30 Mar 2010)
New Revision: 4908

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify which document to call
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9200

Modified: complete.html
===================================================================
--- complete.html	2010-03-30 22:04:20 UTC (rev 4907)
+++ complete.html	2010-03-30 22:05:51 UTC (rev 4908)
@@ -6218,8 +6218,9 @@
    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

Modified: index
===================================================================
--- index	2010-03-30 22:04:20 UTC (rev 4907)
+++ index	2010-03-30 22:05:51 UTC (rev 4908)
@@ -6116,8 +6116,9 @@
    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

Modified: source
===================================================================
--- source	2010-03-30 22:04:20 UTC (rev 4907)
+++ source	2010-03-30 22:05:51 UTC (rev 4908)
@@ -5778,8 +5778,9 @@
 
    <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




More information about the Commit-Watchers mailing list