[html5] r5742 - [e] (0) copypasta in idl Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11163

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 6 14:26:51 PST 2011


Author: ianh
Date: 2011-01-06 14:26:50 -0800 (Thu, 06 Jan 2011)
New Revision: 5742

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta in idl
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11163

Modified: complete.html
===================================================================
--- complete.html	2011-01-06 22:21:28 UTC (rev 5741)
+++ complete.html	2011-01-06 22:26:50 UTC (rev 5742)
@@ -60986,8 +60986,8 @@
   previous one only in the fragment identifier.</p>
 
   <pre class=idl>interface <dfn id=hashchangeevent>HashChangeEvent</dfn> : <a href=#event>Event</a> {
-  readonly attribute any <a href=#dom-hashchangeevent-oldurl title=dom-HashChangeEvent-oldURL>oldURL</a>;
-  readonly attribute any <a href=#dom-hashchangeevent-newurl title=dom-HashChangeEvent-newURL>newURL</a>;
+  readonly attribute DOMString <a href=#dom-hashchangeevent-oldurl title=dom-HashChangeEvent-oldURL>oldURL</a>;
+  readonly attribute DOMString <a href=#dom-hashchangeevent-newurl title=dom-HashChangeEvent-newURL>newURL</a>;
   void <a href=#dom-hashchangeevent-inithashchangeevent title=dom-HashChangeEvent-initHashChangeEvent>initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
 };</pre>
 
@@ -61037,8 +61037,8 @@
   entry</a>.</p>
 
   <pre class=idl>interface <dfn id=pagetransitionevent>PageTransitionEvent</dfn> : <a href=#event>Event</a> {
-  readonly attribute any <a href=#dom-pagetransitionevent-persisted title=dom-PageTransitionEvent-persisted>persisted</a>;
-  void <a href=#dom-pagetransitionevent-initpagetransitionevent title=dom-PageTransitionEvent-initPageTransitionEvent>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
+  readonly attribute boolean <a href=#dom-pagetransitionevent-persisted title=dom-PageTransitionEvent-persisted>persisted</a>;
+  void <a href=#dom-pagetransitionevent-initpagetransitionevent title=dom-PageTransitionEvent-initPageTransitionEvent>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persistedArg);
 };</pre>
 
   <dl class=domintro><dt><var title="">event</var> . <code title=dom-PageTransitionEvent-persisted><a href=#dom-pagetransitionevent-persisted>persisted</a></code></dt>

Modified: index
===================================================================
--- index	2011-01-06 22:21:28 UTC (rev 5741)
+++ index	2011-01-06 22:26:50 UTC (rev 5742)
@@ -60968,8 +60968,8 @@
   previous one only in the fragment identifier.</p>
 
   <pre class=idl>interface <dfn id=hashchangeevent>HashChangeEvent</dfn> : <a href=#event>Event</a> {
-  readonly attribute any <a href=#dom-hashchangeevent-oldurl title=dom-HashChangeEvent-oldURL>oldURL</a>;
-  readonly attribute any <a href=#dom-hashchangeevent-newurl title=dom-HashChangeEvent-newURL>newURL</a>;
+  readonly attribute DOMString <a href=#dom-hashchangeevent-oldurl title=dom-HashChangeEvent-oldURL>oldURL</a>;
+  readonly attribute DOMString <a href=#dom-hashchangeevent-newurl title=dom-HashChangeEvent-newURL>newURL</a>;
   void <a href=#dom-hashchangeevent-inithashchangeevent title=dom-HashChangeEvent-initHashChangeEvent>initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
 };</pre>
 
@@ -61019,8 +61019,8 @@
   entry</a>.</p>
 
   <pre class=idl>interface <dfn id=pagetransitionevent>PageTransitionEvent</dfn> : <a href=#event>Event</a> {
-  readonly attribute any <a href=#dom-pagetransitionevent-persisted title=dom-PageTransitionEvent-persisted>persisted</a>;
-  void <a href=#dom-pagetransitionevent-initpagetransitionevent title=dom-PageTransitionEvent-initPageTransitionEvent>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
+  readonly attribute boolean <a href=#dom-pagetransitionevent-persisted title=dom-PageTransitionEvent-persisted>persisted</a>;
+  void <a href=#dom-pagetransitionevent-initpagetransitionevent title=dom-PageTransitionEvent-initPageTransitionEvent>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persistedArg);
 };</pre>
 
   <dl class=domintro><dt><var title="">event</var> . <code title=dom-PageTransitionEvent-persisted><a href=#dom-pagetransitionevent-persisted>persisted</a></code></dt>

Modified: source
===================================================================
--- source	2011-01-06 22:21:28 UTC (rev 5741)
+++ source	2011-01-06 22:26:50 UTC (rev 5742)
@@ -69313,8 +69313,8 @@
   previous one only in the fragment identifier.</p>
 
   <pre class="idl">interface <dfn>HashChangeEvent</dfn> : <span>Event</span> {
-  readonly attribute any <span title="dom-HashChangeEvent-oldURL">oldURL</span>;
-  readonly attribute any <span title="dom-HashChangeEvent-newURL">newURL</span>;
+  readonly attribute DOMString <span title="dom-HashChangeEvent-oldURL">oldURL</span>;
+  readonly attribute DOMString <span title="dom-HashChangeEvent-newURL">newURL</span>;
   void <span title="dom-HashChangeEvent-initHashChangeEvent">initHashChangeEvent</span>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
 };</pre>
 
@@ -69374,8 +69374,8 @@
   entry</span>.</p>
 
   <pre class="idl">interface <dfn>PageTransitionEvent</dfn> : <span>Event</span> {
-  readonly attribute any <span title="dom-PageTransitionEvent-persisted">persisted</span>;
-  void <span title="dom-PageTransitionEvent-initPageTransitionEvent">initPageTransitionEvent</span>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
+  readonly attribute boolean <span title="dom-PageTransitionEvent-persisted">persisted</span>;
+  void <span title="dom-PageTransitionEvent-initPageTransitionEvent">initPageTransitionEvent</span>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persistedArg);
 };</pre>
 
   <dl class="domintro">




More information about the Commit-Watchers mailing list