[html5] r3277 - [] (0) Remove remaining references to [WINDOW].

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 15 18:59:31 PDT 2009


Author: ianh
Date: 2009-06-15 18:59:29 -0700 (Mon, 15 Jun 2009)
New Revision: 3277

Modified:
   index
   source
Log:
[] (0) Remove remaining references to [WINDOW].

Modified: index
===================================================================
--- index	2009-06-16 01:56:02 UTC (rev 3276)
+++ index	2009-06-16 01:59:29 UTC (rev 3277)
@@ -17805,15 +17805,9 @@
            attribute boolean <a href=#dom-iframe-seamless title=dom-iframe-seamless>seamless</a>;
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
-<!-- XXX we should bring these back since the Window spec has atrophied
-  readonly attribute Document <span title="dom-iframe-contentDocument">contentDocument</span>;
-  readonly attribute <span>WindowProxy</span> <span title="dom-iframe-contentWindow">contentWindow</span>;
--->};</pre>
-    <p>Objects implementing the <code><a href=#htmliframeelement>HTMLIFrameElement</a></code>
-    interface <span class=impl>must</span> also implement the
-    <code>EmbeddingElement</code> interface defined in the Window
-    Object specification. <a href=#refsWINDOW>[WINDOW]</a></p> <!--
-    XXX -->
+  readonly attribute Document <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
+  readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-iframe-contentwindow title=dom-iframe-contentWindow>contentWindow</a>;
+};</pre>
    </dd>
   </dl><!-- v2 doc="" idea (awaiting implementation experience with seamless="" first):
 
@@ -18240,6 +18234,16 @@
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
+  <p>The <dfn id=dom-iframe-contentdocument title=dom-iframe-contentDocument><code>contentDocument</code></dfn>
+  DOM attribute must return the <code>Document</code> object of the
+  <a href=#active-document>active document</a> of the <code><a href=#the-iframe-element>iframe</a></code> element's
+  <a href=#nested-browsing-context>nested browsing context</a>.</p>
+
+  <p>The <dfn id=dom-iframe-contentwindow title=dom-iframe-contentWindow><code>contentWindow</code></dfn>
+  DOM attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
+  <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#nested-browsing-context>nested browsing
+  context</a>.</p>
+
   </div>
 
 
@@ -18490,14 +18494,9 @@
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
-<!-- XXX we should bring these back since the Window spec has atrophied
-  readonly attribute Document <span title="dom-object-contentDocument">contentDocument</span>;
-  readonly attribute <span>WindowProxy</span> <span title="dom-object-contentWindow">contentWindow</span>;
--->};</pre>
-    <p>Objects implementing the <code><a href=#htmlobjectelement>HTMLObjectElement</a></code>
-    interface <span class=impl>must</span> also implement the
-    <code>EmbeddingElement</code> interface defined in the Window
-    Object specification. <a href=#refsWINDOW>[WINDOW]</a></p>
+  readonly attribute Document <a href=#dom-object-contentdocument title=dom-object-contentDocument>contentDocument</a>;
+  readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-object-contentwindow title=dom-object-contentWindow>contentWindow</a>;
+};</pre>
     <div class=impl>
     <p>Depending on the type of content instantiated by the
     <code><a href=#the-object-element>object</a></code> element, the node may also support other
@@ -18854,6 +18853,17 @@
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
+  <p>The <dfn id=dom-object-contentdocument title=dom-object-contentDocument><code>contentDocument</code></dfn>
+  DOM attribute must return the <code>Document</code> object of the
+  <a href=#active-document>active document</a> of the <code><a href=#the-object-element>object</a></code> element's
+  <a href=#nested-browsing-context>nested browsing context</a>, if it has one; otherwise, it
+  must return null.</p>
+
+  <p>The <dfn id=dom-object-contentwindow title=dom-object-contentWindow><code>contentWindow</code></dfn>
+  DOM attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
+  <code><a href=#the-object-element>object</a></code> element's <a href=#nested-browsing-context>nested browsing context</a>,
+  if it has one; otherwise, it must return null.</p>
+
   </div>
 
   <div class=example>

Modified: source
===================================================================
--- source	2009-06-16 01:56:02 UTC (rev 3276)
+++ source	2009-06-16 01:59:29 UTC (rev 3277)
@@ -18937,15 +18937,9 @@
            attribute boolean <span title="dom-iframe-seamless">seamless</span>;
            attribute DOMString <span title="dom-dim-width">width</span>;
            attribute DOMString <span title="dom-dim-height">height</span>;
-<!-- XXX we should bring these back since the Window spec has atrophied
   readonly attribute Document <span title="dom-iframe-contentDocument">contentDocument</span>;
   readonly attribute <span>WindowProxy</span> <span title="dom-iframe-contentWindow">contentWindow</span>;
--->};</pre>
-    <p>Objects implementing the <code>HTMLIFrameElement</code>
-    interface <span class="impl">must</span> also implement the
-    <code>EmbeddingElement</code> interface defined in the Window
-    Object specification. <a href="#refsWINDOW">[WINDOW]</a></p> <!--
-    XXX -->
+};</pre>
    </dd>
   </dl>
 
@@ -19429,6 +19423,18 @@
   <span>reflect</span> the respective content attributes of the same
   name.</p>
 
+  <p>The <dfn
+  title="dom-iframe-contentDocument"><code>contentDocument</code></dfn>
+  DOM attribute must return the <code>Document</code> object of the
+  <span>active document</span> of the <code>iframe</code> element's
+  <span>nested browsing context</span>.</p>
+
+  <p>The <dfn
+  title="dom-iframe-contentWindow"><code>contentWindow</code></dfn>
+  DOM attribute must return the <code>WindowProxy</code> object of the
+  <code>iframe</code> element's <span>nested browsing
+  context</span>.</p>
+
   </div>
 
 
@@ -19704,14 +19710,9 @@
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
            attribute DOMString <span title="dom-dim-width">width</span>;
            attribute DOMString <span title="dom-dim-height">height</span>;
-<!-- XXX we should bring these back since the Window spec has atrophied
   readonly attribute Document <span title="dom-object-contentDocument">contentDocument</span>;
   readonly attribute <span>WindowProxy</span> <span title="dom-object-contentWindow">contentWindow</span>;
--->};</pre>
-    <p>Objects implementing the <code>HTMLObjectElement</code>
-    interface <span class="impl">must</span> also implement the
-    <code>EmbeddingElement</code> interface defined in the Window
-    Object specification. <a href="#refsWINDOW">[WINDOW]</a></p>
+};</pre>
     <div class="impl">
     <p>Depending on the type of content instantiated by the
     <code>object</code> element, the node may also support other
@@ -20106,6 +20107,19 @@
   <span>reflect</span> the respective content attributes of the same
   name.</p>
 
+  <p>The <dfn
+  title="dom-object-contentDocument"><code>contentDocument</code></dfn>
+  DOM attribute must return the <code>Document</code> object of the
+  <span>active document</span> of the <code>object</code> element's
+  <span>nested browsing context</span>, if it has one; otherwise, it
+  must return null.</p>
+
+  <p>The <dfn
+  title="dom-object-contentWindow"><code>contentWindow</code></dfn>
+  DOM attribute must return the <code>WindowProxy</code> object of the
+  <code>object</code> element's <span>nested browsing context</span>,
+  if it has one; otherwise, it must return null.</p>
+
   </div>
 
   <div class="example">




More information about the Commit-Watchers mailing list