[html5] r5216 - [giow] (1) some minor prose fixes around <input type=tel>

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 28 15:07:42 PDT 2010


Author: ianh
Date: 2010-07-28 15:07:41 -0700 (Wed, 28 Jul 2010)
New Revision: 5216

Modified:
   complete.html
   index
   source
Log:
[giow] (1) some minor prose fixes around <input type=tel>

Modified: complete.html
===================================================================
--- complete.html	2010-07-28 21:24:02 UTC (rev 5215)
+++ complete.html	2010-07-28 22:07:41 UTC (rev 5216)
@@ -38393,9 +38393,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>
 

Modified: index
===================================================================
--- index	2010-07-28 21:24:02 UTC (rev 5215)
+++ index	2010-07-28 22:07:41 UTC (rev 5216)
@@ -38320,9 +38320,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>
 

Modified: source
===================================================================
--- source	2010-07-28 21:24:02 UTC (rev 5215)
+++ source	2010-07-28 22:07:41 UTC (rev 5216)
@@ -42729,11 +42729,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 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>
 




More information about the Commit-Watchers mailing list