- From: poot <cvsmail@w3.org>
- Date: Thu, 1 Apr 2010 14:35:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: clarify which document to call (whatwg r4908) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3928&r2=1.3929&f=h http://html5.org/tools/web-apps-tracker?from=4907&to=4908 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3928 retrieving revision 1.3929 diff -u -d -r1.3928 -r1.3929 --- Overview.html 30 Mar 2010 22:04:26 -0000 1.3928 +++ Overview.html 30 Mar 2010 22:05:56 -0000 1.3929 @@ -5427,8 +5427,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
Received on Thursday, 1 April 2010 05:36:08 UTC