Skip to content

Commit

Permalink
[giow] (3) WindowModal.returnValue isn't limited to strings.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21771
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7976 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 14, 2013
1 parent 0b28aa0 commit 4cbfe1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -73240,7 +73240,7 @@ <h4 id=dialogs-implemented-using-separate-documents><span class=secno>7.4.3 </sp

<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -73240,7 +73240,7 @@ setTimeout({ toString: function () {

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -81983,7 +81983,7 @@ setTimeout({ toString: function () {

<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">
Expand Down

0 comments on commit 4cbfe1f

Please sign in to comment.