- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Mar 2010 22:05:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9424
Modified Files:
Overview.html
Log Message:
clarify which document to call (whatwg r4908)
Index: Overview.html
===================================================================
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 Tuesday, 30 March 2010 22:06:01 UTC