[html5] r3055 - [] (0) Allow browsers to tweak the punctuation of <input type=tel>.

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 30 22:41:47 PDT 2009


Author: ianh
Date: 2009-04-30 22:41:47 -0700 (Thu, 30 Apr 2009)
New Revision: 3055

Modified:
   index
   source
Log:
[] (0) Allow browsers to tweak the punctuation of <input type=tel>.

Modified: index
===================================================================
--- index	2009-05-01 05:31:59 UTC (rev 3054)
+++ index	2009-05-01 05:41:47 UTC (rev 3055)
@@ -29905,9 +29905,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>
 

Modified: source
===================================================================
--- source	2009-05-01 05:31:59 UTC (rev 3054)
+++ source	2009-05-01 05:41:47 UTC (rev 3055)
@@ -33309,9 +33309,11 @@
 
   <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>
 




More information about the Commit-Watchers mailing list