- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jun 2012 00:00:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5220
Modified Files:
Overview.html
Log Message:
update for webidl syntax (whatwg r7122)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5674
retrieving revision 1.5675
diff -u -d -r1.5674 -r1.5675
--- Overview.html 6 Jun 2012 00:06:36 -0000 1.5674
+++ Overview.html 6 Jun 2012 23:59:29 -0000 1.5675
@@ -321,7 +321,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-5-june-2012">Editor's Draft 5 June 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-6-june-2012">Editor's Draft 6 June 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -514,7 +514,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 5 June 2012 Editor's Draft.
+ This specification is the 6 June 2012 Editor's Draft.
</p>
@@ -52915,7 +52915,7 @@
<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]
+ <pre class="idl">[NamedPropertiesObject]
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 Thursday, 7 June 2012 00:00:05 UTC