- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Aug 2010 19:27:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5388
Modified Files:
Overview.html
Log Message:
frame.contentWindow (whatwg r5316)
Index: Overview.html
===================================================================
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:03 UTC