html5/spec browsers.html,1.1072,1.1073 spec.html,1.1680,1.1681

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18188

Modified Files:
	browsers.html spec.html 
Log Message:
looks like this attribute is specced now so we're good (whatwg r6588)

[updated by splitter]


Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1072
retrieving revision 1.1073
diff -u -d -r1.1072 -r1.1073
--- browsers.html	23 Sep 2011 20:46:23 -0000	1.1072
+++ browsers.html	24 Sep 2011 00:46:31 -0000	1.1073
@@ -931,7 +931,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="infrastructure.html#eventtarget">EventTarget</a> {
   // the current browsing context
   [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1680
retrieving revision 1.1681
diff -u -d -r1.1680 -r1.1681
--- spec.html	23 Sep 2011 23:46:26 -0000	1.1680
+++ spec.html	24 Sep 2011 00:46:35 -0000	1.1681
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5281.
+This is revision 1.5282.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Saturday, 24 September 2011 00:46:45 UTC