[html5] r8155 - [giow] (3) <input type=file>.click() wasn't defined Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 29 12:53:58 PDT 2013


Author: ianh
Date: 2013-08-29 12:53:57 -0700 (Thu, 29 Aug 2013)
New Revision: 8155

Modified:
   complete.html
   index
   source
Log:
[giow] (3) <input type=file>.click() wasn't defined
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-26 18:02:57 UTC (rev 8154)
+++ complete.html	2013-08-29 19:53:57 UTC (rev 8155)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 29 August 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -48808,6 +48808,14 @@
   filesystem or created on the fly, e.g. a picture taken from a camera connected to the user's
   device.</p>
 
+  <p>If the element is <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i>, then the element's
+  <a href=#activation-behavior>activation behavior</a> is as follows: if the algorithm is <a href=#allowed-to-show-a-popup>allowed to show a
+  popup</a>, then asynchronously display prompt to the user requesting that the user specify the
+  <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>; otherwise, do nothing.</p>
+
+  <p>If the element is not <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i>, it has no <a href=#activation-behavior>activation
+  behavior</a>.</p>
+
   <p><strong>Constraint validation</strong>: If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> is empty, then the element is
   <a href=#suffering-from-being-missing>suffering from being missing</a>.</p>
 
@@ -94959,8 +94967,6 @@
 :root:lang(ee),       :not(:lang(ee)) > :lang(ee)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(el),       :not(:lang(el)) > :lang(el)             { quotes: '\00ab' '\00bb' '\0022' '\0022' } /* « » " " */
 :root:lang(en),       :not(:lang(en)) > :lang(en)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(en-AU),    :not(:lang(en-AU)) > :lang(en-AU)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(en-GB),    :not(:lang(en-GB)) > :lang(en-GB)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(es),       :not(:lang(es)) > :lang(es)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
 :root:lang(et),       :not(:lang(et)) > :lang(et)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
 :root:lang(eu),       :not(:lang(eu)) > :lang(eu)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */

Modified: index
===================================================================
--- index	2013-08-26 18:02:57 UTC (rev 8154)
+++ index	2013-08-29 19:53:57 UTC (rev 8155)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 29 August 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -48808,6 +48808,14 @@
   filesystem or created on the fly, e.g. a picture taken from a camera connected to the user's
   device.</p>
 
+  <p>If the element is <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i>, then the element's
+  <a href=#activation-behavior>activation behavior</a> is as follows: if the algorithm is <a href=#allowed-to-show-a-popup>allowed to show a
+  popup</a>, then asynchronously display prompt to the user requesting that the user specify the
+  <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>; otherwise, do nothing.</p>
+
+  <p>If the element is not <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i>, it has no <a href=#activation-behavior>activation
+  behavior</a>.</p>
+
   <p><strong>Constraint validation</strong>: If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> is empty, then the element is
   <a href=#suffering-from-being-missing>suffering from being missing</a>.</p>
 
@@ -94959,8 +94967,6 @@
 :root:lang(ee),       :not(:lang(ee)) > :lang(ee)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(el),       :not(:lang(el)) > :lang(el)             { quotes: '\00ab' '\00bb' '\0022' '\0022' } /* « » " " */
 :root:lang(en),       :not(:lang(en)) > :lang(en)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(en-AU),    :not(:lang(en-AU)) > :lang(en-AU)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(en-GB),    :not(:lang(en-GB)) > :lang(en-GB)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(es),       :not(:lang(es)) > :lang(es)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
 :root:lang(et),       :not(:lang(et)) > :lang(et)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
 :root:lang(eu),       :not(:lang(eu)) > :lang(eu)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */

Modified: source
===================================================================
--- source	2013-08-26 18:02:57 UTC (rev 8154)
+++ source	2013-08-29 19:53:57 UTC (rev 8155)
@@ -53468,6 +53468,14 @@
   filesystem or created on the fly, e.g. a picture taken from a camera connected to the user's
   device.</p>
 
+  <p>If the element is <i title="concept-fe-mutable">mutable</i>, then the element's
+  <span>activation behavior</span> is as follows: if the algorithm is <span>allowed to show a
+  popup</span>, then asynchronously display prompt to the user requesting that the user specify the
+  <span title="concept-input-type-file-selected">selected files</span>; otherwise, do nothing.</p>
+
+  <p>If the element is not <i title="concept-fe-mutable">mutable</i>, it has no <span>activation
+  behavior</span>.</p>
+
   <p><strong>Constraint validation</strong>: If the element is <i
   title="concept-input-required">required</i> and the list of <span
   title="concept-input-type-file-selected">selected files</span> is empty, then the element is




More information about the Commit-Watchers mailing list