- From: poot <cvsmail@w3.org>
- Date: Thu, 29 Jul 2010 07:10:50 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: some minor prose fixes around <input type=tel> (whatwg r5216) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4150&r2=1.4151&f=h http://html5.org/tools/web-apps-tracker?from=5215&to=5216 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4150 retrieving revision 1.4151 diff -u -d -r1.4150 -r1.4151 --- Overview.html 28 Jul 2010 21:24:08 -0000 1.4150 +++ Overview.html 28 Jul 2010 22:07:47 -0000 1.4151 @@ -28312,9 +28312,11 @@ <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><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if specified, must have a value that contains no U+000A LINE FEED (LF)
Received on Wednesday, 28 July 2010 22:08:31 UTC