Skip to content

Commit

Permalink
[giow] (2) WF2: Clarify that hitting enter when type=image is focused…
Browse files Browse the repository at this point in the history
… is equivalent to 0,0. (credit: bz)

git-svn-id: http://svn.whatwg.org/webapps@2378 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 29, 2008
1 parent 7c10a75 commit 518263f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Expand Up @@ -25667,7 +25667,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -28629,7 +28629,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>
Expand Down

0 comments on commit 518263f

Please sign in to comment.