- From: poot <cvsmail@w3.org>
- Date: Sat, 21 Aug 2010 04:32:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: frame.contentWindow (whatwg r5316)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4235&r2=1.4236&f=h
http://html5.org/tools/web-apps-tracker?from=5315&to=5316
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4235
retrieving revision 1.4236
diff -u -d -r1.4235 -r1.4236
--- Overview.html 20 Aug 2010 18:58:13 -0000 1.4235
+++ Overview.html 20 Aug 2010 19:26:57 -0000 1.4236
@@ -63850,6 +63850,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
@@ -63885,6 +63886,11 @@
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">11.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute -->
Received on Friday, 20 August 2010 19:27:55 UTC