[html5] r2378 - [giow] (2) WF2: Clarify that hitting enter when type=image is focused is equival [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 29 01:22:57 PDT 2008


Author: ianh
Date: 2008-10-29 01:22:56 -0700 (Wed, 29 Oct 2008)
New Revision: 2378

Modified:
   index
   source
Log:
[giow] (2) WF2: Clarify that hitting enter when type=image is focused is equivalent to 0,0. (credit: bz)

Modified: index
===================================================================
--- index	2008-10-29 00:56:52 UTC (rev 2377)
+++ index	2008-10-29 08:22:56 UTC (rev 2378)
@@ -25667,7 +25667,9 @@
   user's selected <a href=#concept-input-type-image-coordinate title=concept-input-type-image-coordinate>coordinate</a>, and
   then, if the element has a <a href=#form-owner>form owner</a>, <a href=#concept-form-submit title=concept-form-submit>submitting</a> the <code><a href=#the-input-element>input</a></code>
   element's <a href=#form-owner>form owner</a> from the <code><a href=#the-input-element>input</a></code>
-  element.</p>
+  element. If the user activates the control without explicitly
+  selecting a coordinate, then the coordinate (0,0) must be
+  assumed.</p>
 
   <p>Otherwise, the element represents a submit button whose label is
   given by the value of the <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>

Modified: source
===================================================================
--- source	2008-10-29 00:56:52 UTC (rev 2377)
+++ source	2008-10-29 08:22:56 UTC (rev 2378)
@@ -28629,7 +28629,9 @@
   then, if the element has a <span>form owner</span>, <span
   title="concept-form-submit">submitting</span> the <code>input</code>
   element's <span>form owner</span> from the <code>input</code>
-  element.</p>
+  element. If the user activates the control without explicitly
+  selecting a coordinate, then the coordinate (0,0) must be
+  assumed.</p>
 
   <p>Otherwise, the element represents a submit button whose label is
   given by the value of the <code title="attr-input-alt">alt</code>




More information about the Commit-Watchers mailing list