Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) some minor prose fixes around <input type=tel>
git-svn-id: http://svn.whatwg.org/webapps@5216 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2010
1 parent 27c2bd0 commit b0563b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -38393,9 +38393,11 @@ <h6 id=telephone-state><span class=secno>4.10.7.1.3 </span><dfn title=attr-input

<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 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>
by the user. User agents may change the spacing and, with care, 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 index
Expand Up @@ -38320,9 +38320,11 @@ 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 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>
by the user. User agents may change the spacing and, with care, 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
10 changes: 5 additions & 5 deletions source
Expand Up @@ -42729,11 +42729,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 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>
by the user. User agents may change the spacing and, with care, 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 b0563b3

Please sign in to comment.