[html5] r4195 - [giow] (2) Define which document element constructors get. Fixing http://www.w3. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 19 22:50:04 PDT 2009
Author: ianh
Date: 2009-10-19 22:50:01 -0700 (Mon, 19 Oct 2009)
New Revision: 4195
Modified:
complete.html
index
source
Log:
[giow] (2) Define which document element constructors get.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7835
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 05:33:46 UTC (rev 4194)
+++ complete.html 2009-10-20 05:50:01 UTC (rev 4195)
@@ -19131,7 +19131,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>
@@ -21807,7 +21810,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>
@@ -37325,7 +37331,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>
Modified: index
===================================================================
--- index 2009-10-20 05:33:46 UTC (rev 4194)
+++ index 2009-10-20 05:50:01 UTC (rev 4195)
@@ -18960,7 +18960,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>
@@ -21636,7 +21639,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>
@@ -37154,7 +37160,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>
Modified: source
===================================================================
--- source 2009-10-20 05:33:46 UTC (rev 4194)
+++ source 2009-10-20 05:50:01 UTC (rev 4195)
@@ -20308,7 +20308,10 @@
<var title="">width</var>. If the <var title="">height</var>
argument is also present, the new object's <code
title="attr-dim-height">height</code> content attribute must be set
- to <var title="">height</var>.</p>
+ to <var title="">height</var>. The element's document must be the
+ <span>active document</span> of the <span>browsing context</span> of
+ the <code>Window</code> object on which the interface object of the
+ invoked constructor is found.</p>
</div>
@@ -23219,7 +23222,10 @@
its <code title="attr-media-src">src</code> content attribute set to
the provided value, and the user agent must invoke the object's
<span title="concept-media-load-algorithm">resource selection
- algorithm</span> before returning.</p>
+ algorithm</span> before returning. The element's document must be
+ the <span>active document</span> of the <span>browsing
+ context</span> of the <code>Window</code> object on which the
+ interface object of the invoked constructor is found.</p>
</div>
@@ -41462,7 +41468,10 @@
otherwise the fourth argument is absent or false, and the <span
title="concept-option-selectedness">selectedness</span> 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 <span>active
+ document</span> of the <span>browsing context</span> of the
+ <code>Window</code> object on which the interface object of the
+ invoked constructor is found.</p>
</div>
More information about the Commit-Watchers
mailing list