Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Rename confusing parameter 'arguments' in showModalDialog() -…
… the plural was a legacy from MSDN.

git-svn-id: http://svn.whatwg.org/webapps@2666 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 14, 2009
1 parent 153be0c commit 9c3ea8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -33492,7 +33492,7 @@ interface <dfn id=window>Window</dfn> {
boolean <a href=#dom-confirm title=dom-confirm>confirm</a>(in DOMString message);
DOMString <a href=#dom-prompt title=dom-prompt>prompt</a>(in DOMString message, [Optional] in DOMString default);
void <a href=#dom-print title=dom-print>print</a>();
any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(in DOMString url, [Optional] in any arguments<!--, [Optional] in DOMString features-->);<!-- XXX-NOTIFY
any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(in DOMString url, [Optional] in any argument<!--, [Optional] in DOMString features-->);<!-- XXX-NOTIFY
void <span title="dom-showNotification">showNotification</span>(in DOMString title, in DOMString subtitle, in DOMString description, [Optional] in VoidCallback onclick);-->

// <a href=#crossDocumentMessages>cross-document messaging</a>
Expand Down Expand Up @@ -35389,7 +35389,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

</ol><h4 id=dialogs-implemented-using-separate-documents><span class=secno>5.5.3 </span>Dialogs implemented using separate documents</h4>

<p>The <dfn id=dom-showmodaldialog title=dom-showModalDialog><code>showModalDialog(<var title="">url</var>, <var title="">arguments</var><!--, <var
<p>The <dfn id=dom-showmodaldialog title=dom-showModalDialog><code>showModalDialog(<var title="">url</var>, <var title="">argument</var><!--, <var
title="">features</var>-->)</code></dfn> method, when invoked, must
cause the user agent to run the following steps:</p>

Expand Down Expand Up @@ -35459,7 +35459,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<li>

<p>Let the <a href=#dialog-arguments>dialog arguments</a> of the new browsing
context be set to the value of <var title="">arguments</var>, or
context be set to the value of <var title="">argument</var>, or
the 'undefined' value if the argument was omitted.</p>

</li>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -38045,7 +38045,7 @@ interface <dfn>Window</dfn> {
boolean <span title="dom-confirm">confirm</span>(in DOMString message);
DOMString <span title="dom-prompt">prompt</span>(in DOMString message, [Optional] in DOMString default);
void <span title="dom-print">print</span>();
any <span title="dom-showModalDialog">showModalDialog</span>(in DOMString url, [Optional] in any arguments<!--, [Optional] in DOMString features-->);<!-- XXX-NOTIFY
any <span title="dom-showModalDialog">showModalDialog</span>(in DOMString url, [Optional] in any argument<!--, [Optional] in DOMString features-->);<!-- XXX-NOTIFY
void <span title="dom-showNotification">showNotification</span>(in DOMString title, in DOMString subtitle, in DOMString description, [Optional] in VoidCallback onclick);-->

// <span>cross-document messaging</span>
Expand Down Expand Up @@ -40270,7 +40270,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<h4>Dialogs implemented using separate documents</h4>

<p>The <dfn title="dom-showModalDialog"><code>showModalDialog(<var
title="">url</var>, <var title="">arguments</var><!--, <var
title="">url</var>, <var title="">argument</var><!--, <var
title="">features</var>-->)</code></dfn> method, when invoked, must
cause the user agent to run the following steps:</p>

Expand Down Expand Up @@ -40349,7 +40349,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<li>

<p>Let the <span>dialog arguments</span> of the new browsing
context be set to the value of <var title="">arguments</var>, or
context be set to the value of <var title="">argument</var>, or
the 'undefined' value if the argument was omitted.</p>

</li>
Expand Down

0 comments on commit 9c3ea8c

Please sign in to comment.