Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Change the way this is recommended so that UAs on platforms wi…
…thout an implicit submission mechanism still get encouraged to provide one, for compat reasons.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7317 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 5, 2012
1 parent 6107c00 commit 6af4418
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -57406,7 +57406,7 @@ <h5 id=implicit-submission><span class=secno>4.10.22.2 </span>Implicit submissio
<a href=#tree-order>tree order</a> whose <a href=#form-owner>form owner</a> is that
<code><a href=#the-form-element>form</a></code> element.</p>

<p>If the platform supports letting the user submit a form
<p>If the user agent supports letting the user submit a form
implicitly (for example, on some platforms hitting the "enter" key
while a text field is focused implicitly submits the form), then
doing so for a form whose <a href=#default-button>default button</a> has a defined
Expand All @@ -57419,6 +57419,10 @@ <h5 id=implicit-submission><span class=secno>4.10.22.2 </span>Implicit submissio
submitted when such an implicit submission mechanism is used. (A
button has no <a href=#activation-behavior>activation behavior</a> when disabled.)</p>

<p class=note>There are pages on the Web that are only usable if
there is a way to implicitly submit forms, so user agents are
strongly encouraged to support this.</p>

<p><!-- For Web compatibility reasons caused by obscure historical
accidents, -->If the form has no <a href=#concept-submit-button title=concept-submit-button>submit button</a>, then the
implicit submission mechanism must do nothing if the form has more
Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -57406,7 +57406,7 @@ fur
<a href=#tree-order>tree order</a> whose <a href=#form-owner>form owner</a> is that
<code><a href=#the-form-element>form</a></code> element.</p>

<p>If the platform supports letting the user submit a form
<p>If the user agent supports letting the user submit a form
implicitly (for example, on some platforms hitting the "enter" key
while a text field is focused implicitly submits the form), then
doing so for a form whose <a href=#default-button>default button</a> has a defined
Expand All @@ -57419,6 +57419,10 @@ fur
submitted when such an implicit submission mechanism is used. (A
button has no <a href=#activation-behavior>activation behavior</a> when disabled.)</p>

<p class=note>There are pages on the Web that are only usable if
there is a way to implicitly submit forms, so user agents are
strongly encouraged to support this.</p>

<p><!-- For Web compatibility reasons caused by obscure historical
accidents, -->If the form has no <a href=#concept-submit-button title=concept-submit-button>submit button</a>, then the
implicit submission mechanism must do nothing if the form has more
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -67026,7 +67026,7 @@ fur
<span>tree order</span> whose <span>form owner</span> is that
<code>form</code> element.</p>

<p>If the platform supports letting the user submit a form
<p>If the user agent supports letting the user submit a form
implicitly (for example, on some platforms hitting the "enter" key
while a text field is focused implicitly submits the form), then
doing so for a form whose <span>default button</span> has a defined
Expand All @@ -67039,6 +67039,10 @@ fur
submitted when such an implicit submission mechanism is used. (A
button has no <span>activation behavior</span> when disabled.)</p>

<p class="note">There are pages on the Web that are only usable if
there is a way to implicitly submit forms, so user agents are
strongly encouraged to support this.</p>

<p><!-- For Web compatibility reasons caused by obscure historical
accidents, -->If the form has no <span
title="concept-submit-button">submit button</span>, then the
Expand Down

0 comments on commit 6af4418

Please sign in to comment.