- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 23:56:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13538
Modified Files:
Overview.html
Log Message:
looks like this attribute is specced now so we're good (whatwg r6588)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5281
retrieving revision 1.5282
diff -u -d -r1.5281 -r1.5282
--- Overview.html 23 Sep 2011 23:42:53 -0000 1.5281
+++ Overview.html 23 Sep 2011 23:56:45 -0000 1.5282
@@ -43786,7 +43786,7 @@
</li>
- </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[ReplaceableNamedProperties]
+ </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[ReplaceableNamedProperties]
interface <dfn id="window">Window</dfn> : <a href="#eventtarget">EventTarget</a> {
// the current browsing context
[Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>;
Received on Friday, 23 September 2011 23:56:51 UTC