- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 22:16:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3997
Modified Files:
spec.html states-of-the-type-attribute.html
Log Message:
some minor prose fixes around <input type=tel> (whatwg r5216)
[updated by splitter]
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- states-of-the-type-attribute.html 27 Jul 2010 21:46:43 -0000 1.7
+++ states-of-the-type-attribute.html 28 Jul 2010 22:16:48 -0000 1.8
@@ -476,9 +476,11 @@
<p>If the element is <i title="concept-input-mutable"><a href="the-input-element.html#concept-input-mutable">mutable</a></i>,
its <a href="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> should be editable
- by the user. User agents may change the punctuation of <a href="association-of-controls-and-forms.html#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="association-of-controls-and-forms.html#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="association-of-controls-and-forms.html#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="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a>.</p>
</div><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
specified, must have a value that contains no U+000A LINE FEED (LF)
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1087
retrieving revision 1.1088
diff -u -d -r1.1087 -r1.1088
--- spec.html 28 Jul 2010 21:26:43 -0000 1.1087
+++ spec.html 28 Jul 2010 22:16:48 -0000 1.1088
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4150.
+This is revision 1.4151.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 28 July 2010 22:16:51 UTC