spec/Overview.html 1.1550 2378 WF2: Clarify that hitting enter when typ

WF2: Clarify that hitting enter when type=image is focused is equivalent
to 0,0. (credit: bz) (whatwg r2378)

alt
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1550.html#attr-input-alt

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1549&r2=1.1550&f=h
http://html5.org/tools/web-apps-tracker?from=2377&to=2378

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1549
retrieving revision 1.1550
diff -u -d -r1.1549 -r1.1550
--- Overview.html 29 Oct 2008 00:56:56 -0000 1.1549
+++ Overview.html 29 Oct 2008 08:23:00 -0000 1.1550
@@ -20844,7 +20844,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>Otherwise, the element represents a submit button whose label is
+  element. If the user activates the control without explicitly
+  selecting a coordinate, then the coordinate (0,0) must be
+  assumed.<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>
   attribute; if the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>, the user agent should
   allow the user to activate the button. The <a href=#activation-behavior>activation

Received on Wednesday, 29 October 2008 08:27:23 UTC