[html5] r2523 - [] (0) WF2: placeholder='' should strip newlines. (credit: hs)

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 2 02:57:20 PST 2008


Author: ianh
Date: 2008-12-02 02:57:19 -0800 (Tue, 02 Dec 2008)
New Revision: 2523

Modified:
   index
   source
Log:
[] (0) WF2: placeholder='' should strip newlines. (credit: hs)

Modified: index
===================================================================
--- index	2008-12-02 10:49:30 UTC (rev 2522)
+++ index	2008-12-02 10:57:19 UTC (rev 2523)
@@ -26979,10 +26979,11 @@
   attribute should not be used as an alternative to a
   <code><a href=#the-label-element>label</a></code>.</p>
 
-  <p>User agents should present this hint to the user only when the
-  element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the empty
-  string and the control is not focused (e.g. by displaying it inside
-  a blank unfocused control).</p>
+  <p>User agents should present this hint to the user, after having
+  <a href=#strip-line-breaks title="strip line breaks">stripped line breaks</a> from it,
+  when the element's <a href=#concept-fe-value title=concept-fe-value>value</a> is
+  the empty string and the control is not focused (e.g. by displaying
+  it inside a blank unfocused control).</p>
 
   <div class=example>
 

Modified: source
===================================================================
--- source	2008-12-02 10:49:30 UTC (rev 2522)
+++ source	2008-12-02 10:57:19 UTC (rev 2523)
@@ -30193,10 +30193,11 @@
   attribute should not be used as an alternative to a
   <code>label</code>.</p>
 
-  <p>User agents should present this hint to the user only when the
-  element's <span title="concept-fe-value">value</span> is the empty
-  string and the control is not focused (e.g. by displaying it inside
-  a blank unfocused control).</p>
+  <p>User agents should present this hint to the user, after having
+  <span title="strip line breaks">stripped line breaks</span> from it,
+  when the element's <span title="concept-fe-value">value</span> is
+  the empty string and the control is not focused (e.g. by displaying
+  it inside a blank unfocused control).</p>
 
   <div class="example">
 




More information about the Commit-Watchers mailing list