[html5] r7122 - [e] (0) update for webidl syntax Affected topics: DOM APIs

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 6 16:59:25 PDT 2012


Author: ianh
Date: 2012-06-06 16:59:23 -0700 (Wed, 06 Jun 2012)
New Revision: 7122

Modified:
   complete.html
   index
   source
Log:
[e] (0) update for webidl syntax
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-06-06 00:06:30 UTC (rev 7121)
+++ complete.html	2012-06-06 23:59:23 UTC (rev 7122)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 June 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -65159,7 +65159,7 @@
 <!--TOPIC:DOM APIs-->
   <h3 id=the-window-object><span class=secno>6.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>;

Modified: index
===================================================================
--- index	2012-06-06 00:06:30 UTC (rev 7121)
+++ index	2012-06-06 23:59:23 UTC (rev 7122)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 June 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -65159,7 +65159,7 @@
 <!--TOPIC:DOM APIs-->
   <h3 id=the-window-object><span class=secno>6.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>;

Modified: source
===================================================================
--- source	2012-06-06 00:06:30 UTC (rev 7121)
+++ source	2012-06-06 23:59:23 UTC (rev 7122)
@@ -76416,7 +76416,7 @@
 <!--TOPIC:DOM APIs-->
   <h3>The <code>Window</code> object</h3>
 
-  <pre class="idl">[ReplaceableNamedProperties]
+  <pre class="idl">[NamedPropertiesObject]
 interface <dfn>Window</dfn> : <span>EventTarget</span> {
   // the current browsing context
   [Unforgeable] readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;




More information about the Commit-Watchers mailing list