Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Allow browsers to tweak the punctuation of <input type=tel>.
git-svn-id: http://svn.whatwg.org/webapps@3055 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 1, 2009
1 parent b8bc848 commit 7c38858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -29905,9 +29905,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
its <a href=#concept-fe-value title=concept-fe-value>value</a> should be editable
by the user. User agents must not allow users to insert U+000A LINE
FEED (LF) or U+000D CARRIAGE RETURN (CR) characters into the
element's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
by the user. User agents may change the punctuation of <a href=#concept-fe-value title=concept-fe-value>values</a> that the user enters. User
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the element's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

</div>

Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -33309,9 +33309,11 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>If the element is <i title="concept-input-mutable">mutable</i>,
its <span title="concept-fe-value">value</span> should be editable
by the user. User agents must not allow users to insert U+000A LINE
FEED (LF) or U+000D CARRIAGE RETURN (CR) characters into the
element's <span title="concept-fe-value">value</span>.</p>
by the user. User agents may change the punctuation of <span
title="concept-fe-value">values</span> that the user enters. User
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the element's <span
title="concept-fe-value">value</span>.</p>

</div>

Expand Down

0 comments on commit 7c38858

Please sign in to comment.