hixie: Define which document element constructors get. (whatwg r4195)

hixie: Define which document element constructors get. (whatwg r4195)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3341&r2=1.3342&f=h
http://html5.org/tools/web-apps-tracker?from=4194&to=4195

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3341
retrieving revision 1.3342
diff -u -d -r1.3341 -r1.3342
--- Overview.html 20 Oct 2009 05:21:15 -0000 1.3341
+++ Overview.html 20 Oct 2009 05:37:29 -0000 1.3342
@@ -16575,7 +16575,10 @@
   is present, the new object's <code title="attr-dim-width"><a href="#attr-dim-width">width</a></code> content attribute must be set to
   <var title="">width</var>. If the <var title="">height</var>
   argument is also present, the new object's <code title="attr-dim-height"><a href="#attr-dim-height">height</a></code> content attribute must be set
-  to <var title="">height</var>.</p>
+  to <var title="">height</var>. The element's document must be the
+  <a href="#active-document">active document</a> of the <a href="#browsing-context">browsing context</a> of
+  the <code><a href="#window">Window</a></code> object on which the interface object of the
+  invoked constructor is found.</p>
 
   </div><div class="example">
 
@@ -18930,7 +18933,10 @@
   its <code title="attr-media-src"><a href="#attr-media-src">src</a></code> content attribute set to
   the provided value, and the user agent must invoke the object's
   <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection
-  algorithm</a> before returning.</p>
+  algorithm</a> before returning. The element's document must be
+  the <a href="#active-document">active document</a> of the <a href="#browsing-context">browsing
+  context</a> of the <code><a href="#window">Window</a></code> object on which the
+  interface object of the invoked constructor is found.</p>
 
   </div><!--CODECS
 
@@ -33035,7 +33041,10 @@
   true, the new object must have its <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> set to true;
   otherwise the fourth argument is absent or false, and the <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> must be set
   to false, even if the <var title="">defaultSelected</var> argument
-  is present and true.</p>
+  is present and true. The element's document must be the <a href="#active-document">active
+  document</a> of the <a href="#browsing-context">browsing context</a> of the
+  <code><a href="#window">Window</a></code> object on which the interface object of the
+  invoked constructor is found.</p>
 
   </div><h4 id="the-textarea-element"><span class="secno">4.10.11 </span>The <dfn><code>textarea</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>

Received on Tuesday, 20 October 2009 05:38:13 UTC