Skip to content

Commit

Permalink
[e] (0) Note on UI for type=number.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12915

git-svn-id: http://svn.whatwg.org/webapps@6451 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2011
1 parent 9178f8b commit f9304d1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions complete.html
Expand Up @@ -45864,6 +45864,15 @@ <h6 id=number-state><span class=secno>4.10.7.1.13 </span><dfn title=attr-input-t

</div>

<p class=note>This specification does not define what user
interface user agents are to use; user agent vendors are encouraged
to consider what would best serve their users' needs. For example, a
user agent in Persian or Arabic markets might support Persian and
Arabic numeric input (converting it to the format required for
submission as described above). <!--Similarly, a user agent designed
form Romans might display the value in Roman numerals rather than in
decimal.--></p>

<p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified and not empty, must have a value that is a <a href=#valid-floating-point-number>valid
floating point number</a>.</p> <!-- ok to set out-of-range value,
Expand Down
9 changes: 9 additions & 0 deletions index
Expand Up @@ -45731,6 +45731,15 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

</div>

<p class=note>This specification does not define what user
interface user agents are to use; user agent vendors are encouraged
to consider what would best serve their users' needs. For example, a
user agent in Persian or Arabic markets might support Persian and
Arabic numeric input (converting it to the format required for
submission as described above). <!--Similarly, a user agent designed
form Romans might display the value in Roman numerals rather than in
decimal.--></p>

<p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified and not empty, must have a value that is a <a href=#valid-floating-point-number>valid
floating point number</a>.</p> <!-- ok to set out-of-range value,
Expand Down
9 changes: 9 additions & 0 deletions source
Expand Up @@ -51202,6 +51202,15 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

</div>

<p class="note">This specification does not define what user
interface user agents are to use; user agent vendors are encouraged
to consider what would best serve their users' needs. For example, a
user agent in Persian or Arabic markets might support Persian and
Arabic numeric input (converting it to the format required for
submission as described above). <!--Similarly, a user agent designed
form Romans might display the value in Roman numerals rather than in
decimal.--></p>

<p>The <code title="attr-input-value">value</code> attribute, if
specified and not empty, must have a value that is a <span>valid
floating point number</span>.</p> <!-- ok to set out-of-range value,
Expand Down

0 comments on commit f9304d1

Please sign in to comment.