- From: poot <cvsmail@w3.org>
- Date: Wed, 06 Jun 2012 20:00:13 -0400
- To: public-html-diffs@w3.org
hixie: update for webidl syntax (whatwg r7122)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5674&r2=1.5675&f=h
http://html5.org/tools/web-apps-tracker?from=7121&to=7122
===================================================================
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:16 UTC