html5/spec Overview.html,1.2214,1.2215

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6794

Modified Files:
	Overview.html 
Log Message:
Allow browsers to tweak the punctuation of <input type=tel>. (whatwg r3055)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2214
retrieving revision 1.2215
diff -u -d -r1.2214 -r1.2215
--- Overview.html	1 May 2009 05:32:03 -0000	1.2214
+++ Overview.html	1 May 2009 05:41:51 -0000	1.2215
@@ -26641,9 +26641,9 @@
 
   <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><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 Friday, 1 May 2009 05:42:04 UTC