[html5] r1370 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat Mar 8 17:46:03 PST 2008


Author: ianh
Date: 2008-03-08 17:46:02 -0800 (Sat, 08 Mar 2008)
New Revision: 1370

Modified:
   index
   source
Log:
[e] (0) s/doShowUI/showUI/, by popular request

Modified: index
===================================================================
--- index	2008-03-09 01:39:34 UTC (rev 1369)
+++ index	2008-03-09 01:46:02 UTC (rev 1370)
@@ -2619,8 +2619,8 @@
   // <a href="#editing0">Editing</a>
            attribute boolean <a href="#designMode" title=dom-document-designMode>designMode</a>;
   boolean <a href="#execCommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandId);
-  boolean <a href="#execCommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandId, in boolean doShowUI);
-  boolean <a href="#execCommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandId, in boolean doShowUI, in DOMString value);
+  boolean <a href="#execCommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandId, in boolean showUI);
+  boolean <a href="#execCommand" title=dom-document-execCommand>execCommand</a>(in DOMString commandId, in boolean showUI, in DOMString value);
   boolean <a href="#querycommandenabled" title=dom-document-queryCommandEnabled>queryCommandEnabled</a>(in DOMString commandId);
   boolean <a href="#querycommandindeterm" title=dom-document-queryCommandIndeterm>queryCommandIndeterm</a>(in DOMString commandId);
   boolean <a href="#querycommandstate" title=dom-document-queryCommandState>queryCommandState</a>(in DOMString commandId);
@@ -35591,7 +35591,7 @@
 
   <p>The <dfn id=execCommand
    title=dom-document-execCommand><code>execCommand(<var
-   title="">commandId</var>, <var title="">doShowUI</var>, <var
+   title="">commandId</var>, <var title="">showUI</var>, <var
    title="">value</var>)</code></dfn> method on the <code><a
    href="#htmldocument">HTMLDocument</a></code> interface allows scripts to
    perform actions on the <a href="#a-selection" title="the
@@ -35600,7 +35600,7 @@
    example having a "delete" button on a toolbar.
 
   <p>There are three variants to this method, with one, two, and three
-   arguments respectively. The <var title="">doShowUI</var> and <var
+   arguments respectively. The <var title="">showUI</var> and <var
    title="">value</var> parameters, even if specified, are ignored unless
    otherwise stated.
 
@@ -35826,7 +35826,7 @@
     semantic inserted or removed, as defined by the UA). If the user agent
     creates an <code><a href="#a">a</a></code> element or modifies an
     existing <code><a href="#a">a</a></code> element, then if the <var
-    title="">doShowUI</var> argument is present and has the value false, then
+    title="">showUI</var> argument is present and has the value false, then
     the value of the <var title="">value</var> argument must be used as the
     URI of the link. Otherwise, the user should be prompted for the URI of
     the link.
@@ -36052,7 +36052,7 @@
     that semantic inserted or removed, as defined by the UA). If the user
     agent creates an <code><a href="#img">img</a></code> element or modifies
     an existing <code><a href="#img">img</a></code> element, then if the <var
-    title="">doShowUI</var> argument is present and has the value false, then
+    title="">showUI</var> argument is present and has the value false, then
     the value of the <var title="">value</var> argument must be used as the
     URI of the image. Otherwise, the user should be prompted for the URI of
     the image.

Modified: source
===================================================================
--- source	2008-03-09 01:39:34 UTC (rev 1369)
+++ source	2008-03-09 01:46:02 UTC (rev 1370)
@@ -973,8 +973,8 @@
   // <span>Editing</span>
            attribute boolean <span title="dom-document-designMode">designMode</span>;
   boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandId);
-  boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandId, in boolean doShowUI);
-  boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandId, in boolean doShowUI, in DOMString value);
+  boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandId, in boolean showUI);
+  boolean <span title="dom-document-execCommand">execCommand</span>(in DOMString commandId, in boolean showUI, in DOMString value);
   boolean <span title="dom-document-queryCommandEnabled">queryCommandEnabled</span>(in DOMString commandId);
   boolean <span title="dom-document-queryCommandIndeterm">queryCommandIndeterm</span>(in DOMString commandId);
   boolean <span title="dom-document-queryCommandState">queryCommandState</span>(in DOMString commandId);
@@ -33033,7 +33033,7 @@
 
   <p>The <dfn id="execCommand"
   title="dom-document-execCommand"><code>execCommand(<var
-  title="">commandId</var>, <var title="">doShowUI</var>, <var
+  title="">commandId</var>, <var title="">showUI</var>, <var
   title="">value</var>)</code></dfn> method on the
   <code>HTMLDocument</code> interface allows scripts to perform
   actions on the <span title="the selection">current selection</span>
@@ -33042,7 +33042,7 @@
   a toolbar.</p>
 
   <p>There are three variants to this method, with one, two, and three
-  arguments respectively.  The <var title="">doShowUI</var> and <var
+  arguments respectively.  The <var title="">showUI</var> and <var
   title="">value</var> parameters, even if specified, are ignored
   unless otherwise stated.</p>
 
@@ -33235,7 +33235,7 @@
    again, unwrapped, or have that semantic inserted or removed, as
    defined by the UA). If the user agent creates an <code>a</code>
    element or modifies an existing <code>a</code> element, then if the
-   <var title="">doShowUI</var> argument is present and has the value
+   <var title="">showUI</var> argument is present and has the value
    false, then the value of the <var title="">value</var> argument
    must be used as the URI of the link. Otherwise, the user should be
    prompted for the URI of the link.</dd>
@@ -33400,7 +33400,7 @@
    (or, again, unwrapped, or have that semantic inserted or removed,
    as defined by the UA). If the user agent creates an
    <code>img</code> element or modifies an existing <code>img</code>
-   element, then if the <var title="">doShowUI</var> argument is
+   element, then if the <var title="">showUI</var> argument is
    present and has the value false, then the value of the <var
    title="">value</var> argument must be used as the URI of the
    image. Otherwise, the user should be prompted for the URI of the




More information about the Commit-Watchers mailing list