[html5] r5316 - [giow] (2) frame.contentWindow Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 20 12:26:50 PDT 2010
Author: ianh
Date: 2010-08-20 12:26:47 -0700 (Fri, 20 Aug 2010)
New Revision: 5316
Modified:
complete.html
index
source
Log:
[giow] (2) frame.contentWindow
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10116
Modified: complete.html
===================================================================
--- complete.html 2010-08-20 19:20:36 UTC (rev 5315)
+++ complete.html 2010-08-20 19:26:47 UTC (rev 5316)
@@ -90458,6 +90458,7 @@
attribute DOMString <a href=#dom-frame-scrolling title=dom-frame-scrolling>scrolling</a>;
attribute DOMString <a href=#dom-frame-src title=dom-frame-src>src</a>;
readonly attribute Document <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-frame-contentwindow title=dom-frame-contentWindow>contentWindow</a>;
};</pre>
<p>The <dfn id=dom-frame-name title=dom-frame-name><code>name</code></dfn>, <dfn id=dom-frame-scrolling title=dom-frame-scrolling><code>scrolling</code></dfn>, and <dfn id=dom-frame-src title=dom-frame-src><code>src</code></dfn> IDL attributes of the
@@ -90493,8 +90494,13 @@
the <code><a href=#frame>frame</a></code> element's <a href=#nested-browsing-context>nested browsing
context</a>.</p>
+ <p>The <dfn id=dom-frame-contentwindow title=dom-frame-contentWindow><code>contentWindow</code></dfn>
+ IDL attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
+ <code><a href=#frame>frame</a></code> element's <a href=#nested-browsing-context>nested browsing
+ context</a>.</p>
+
<h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute -->
<p>User agents must treat <code><a href=#acronym>acronym</a></code> elements in a manner
Modified: index
===================================================================
--- index 2010-08-20 19:20:36 UTC (rev 5315)
+++ index 2010-08-20 19:26:47 UTC (rev 5316)
@@ -83548,6 +83548,7 @@
attribute DOMString <a href=#dom-frame-scrolling title=dom-frame-scrolling>scrolling</a>;
attribute DOMString <a href=#dom-frame-src title=dom-frame-src>src</a>;
readonly attribute Document <a href=#dom-frame-contentdocument title=dom-frame-contentDocument>contentDocument</a>;
+ readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-frame-contentwindow title=dom-frame-contentWindow>contentWindow</a>;
};</pre>
<p>The <dfn id=dom-frame-name title=dom-frame-name><code>name</code></dfn>, <dfn id=dom-frame-scrolling title=dom-frame-scrolling><code>scrolling</code></dfn>, and <dfn id=dom-frame-src title=dom-frame-src><code>src</code></dfn> IDL attributes of the
@@ -83583,8 +83584,13 @@
the <code><a href=#frame>frame</a></code> element's <a href=#nested-browsing-context>nested browsing
context</a>.</p>
+ <p>The <dfn id=dom-frame-contentwindow title=dom-frame-contentWindow><code>contentWindow</code></dfn>
+ IDL attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
+ <code><a href=#frame>frame</a></code> element's <a href=#nested-browsing-context>nested browsing
+ context</a>.</p>
+
<h4 id=other-elements,-attributes-and-apis><span class=secno>13.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute -->
<p>User agents must treat <code><a href=#acronym>acronym</a></code> elements in a manner
Modified: source
===================================================================
--- source 2010-08-20 19:20:36 UTC (rev 5315)
+++ source 2010-08-20 19:26:47 UTC (rev 5316)
@@ -103247,6 +103247,7 @@
attribute DOMString <span title="dom-frame-scrolling">scrolling</span>;
attribute DOMString <span title="dom-frame-src">src</span>;
readonly attribute Document <span title="dom-frame-contentDocument">contentDocument</span>;
+ readonly attribute <span>WindowProxy</span> <span title="dom-frame-contentWindow">contentWindow</span>;
};</pre>
<p>The <dfn title="dom-frame-name"><code>name</code></dfn>, <dfn
@@ -103293,8 +103294,14 @@
the <code>frame</code> element's <span>nested browsing
context</span>.</p>
+ <p>The <dfn
+ title="dom-frame-contentWindow"><code>contentWindow</code></dfn>
+ IDL attribute must return the <code>WindowProxy</code> object of the
+ <code>frame</code> element's <span>nested browsing
+ context</span>.</p>
+
<h4>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute -->
<p>User agents must treat <code>acronym</code> elements in a manner
More information about the Commit-Watchers
mailing list