spec/Overview.html 1.1836 2666 Rename confusing parameter 'arguments' i

Rename confusing parameter 'arguments' in showModalDialog() - the plural
was a legacy from MSDN. (whatwg r2666)

Window
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1836.html#window
printing steps
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1836.html#printing-steps
5.5.3 Dialogs implemented using separate documents
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1836.html#dialogs-implemented-using-separate-documents

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1835&r2=1.1836&f=h
http://html5.org/tools/web-apps-tracker?from=2665&to=2666

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1835
retrieving revision 1.1836
diff -u -d -r1.1835 -r1.1836
--- Overview.html 14 Jan 2009 08:57:31 -0000 1.1835
+++ Overview.html 14 Jan 2009 09:00:48 -0000 1.1836
@@ -27146,7 +27146,7 @@
   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>
@@ -28749,7 +28749,7 @@
 
    </li>
 
-  </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
+  </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="">argument</var><!--, <var
   title="">features</var>-->)</code></dfn> method, when invoked, must
   cause the user agent to run the following steps:<ol><li>
 
@@ -28817,7 +28817,7 @@
    <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>

Received on Wednesday, 14 January 2009 09:04:15 UTC