[html5] r7976 - [giow] (3) WindowModal.returnValue isn't limited to strings. Fixing https://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 14 11:15:50 PDT 2013


Author: ianh
Date: 2013-06-14 11:15:48 -0700 (Fri, 14 Jun 2013)
New Revision: 7976

Modified:
   complete.html
   index
   source
Log:
[giow] (3) WindowModal.returnValue isn't limited to strings.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21771
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-06-14 18:12:46 UTC (rev 7975)
+++ complete.html	2013-06-14 18:15:48 UTC (rev 7976)
@@ -73240,7 +73240,7 @@
 
   <pre class=idl>[NoInterfaceObject] interface <dfn id=windowmodal>WindowModal</dfn> {
   readonly attribute any <a href=#dom-windowmodal-dialogarguments title=dom-WindowModal-dialogArguments>dialogArguments</a>;
-           attribute DOMString <a href=#dom-windowmodal-returnvalue title=dom-WindowModal-returnValue>returnValue</a>;
+           attribute any <a href=#dom-windowmodal-returnvalue title=dom-WindowModal-returnValue>returnValue</a>;
 };</pre>
 
   <dl class=domintro><dt><var title="">window</var> . <code title=dom-WindowModal-dialogArguments><a href=#dom-windowmodal-dialogarguments>dialogArguments</a></code></dt>

Modified: index
===================================================================
--- index	2013-06-14 18:12:46 UTC (rev 7975)
+++ index	2013-06-14 18:15:48 UTC (rev 7976)
@@ -73240,7 +73240,7 @@
 
   <pre class=idl>[NoInterfaceObject] interface <dfn id=windowmodal>WindowModal</dfn> {
   readonly attribute any <a href=#dom-windowmodal-dialogarguments title=dom-WindowModal-dialogArguments>dialogArguments</a>;
-           attribute DOMString <a href=#dom-windowmodal-returnvalue title=dom-WindowModal-returnValue>returnValue</a>;
+           attribute any <a href=#dom-windowmodal-returnvalue title=dom-WindowModal-returnValue>returnValue</a>;
 };</pre>
 
   <dl class=domintro><dt><var title="">window</var> . <code title=dom-WindowModal-dialogArguments><a href=#dom-windowmodal-dialogarguments>dialogArguments</a></code></dt>

Modified: source
===================================================================
--- source	2013-06-14 18:12:46 UTC (rev 7975)
+++ source	2013-06-14 18:15:48 UTC (rev 7976)
@@ -81983,7 +81983,7 @@
 
   <pre class="idl">[NoInterfaceObject] interface <dfn>WindowModal</dfn> {
   readonly attribute any <span title="dom-WindowModal-dialogArguments">dialogArguments</span>;
-           attribute DOMString <span title="dom-WindowModal-returnValue">returnValue</span>;
+           attribute any <span title="dom-WindowModal-returnValue">returnValue</span>;
 };</pre>
 
   <dl class="domintro">




More information about the Commit-Watchers mailing list