[html5] r2527 - [ac] (0) WF2: Allow placeholder='' to be empty. No need to be overzealous in our [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 2 03:35:07 PST 2008


Author: ianh
Date: 2008-12-02 03:35:07 -0800 (Tue, 02 Dec 2008)
New Revision: 2527

Modified:
   index
   source
Log:
[ac] (0) WF2: Allow placeholder='' to be empty. No need to be overzealous in our requirements. (credit: sp)

Modified: index
===================================================================
--- index	2008-12-02 11:33:32 UTC (rev 2526)
+++ index	2008-12-02 11:35:07 UTC (rev 2527)
@@ -26975,9 +26975,8 @@
   attribute represents a <em>short</em> hint (a word or short phrase)
   intended to aid the user with data entry. A hint could be a sample
   value or a brief description of the expected format. The attribute,
-  if specified, must have a value that is not the empty string and
-  that contains no U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN
-  (CR) characters.</p>
+  if specified, must have a value that contains no U+000A LINE FEED
+  (LF) or U+000D CARRIAGE RETURN (CR) characters.</p>
 
   <p class=note>For a longer hint or other advisory text, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute is more appropriate.</p>
 

Modified: source
===================================================================
--- source	2008-12-02 11:33:32 UTC (rev 2526)
+++ source	2008-12-02 11:35:07 UTC (rev 2527)
@@ -30188,9 +30188,8 @@
   attribute represents a <em>short</em> hint (a word or short phrase)
   intended to aid the user with data entry. A hint could be a sample
   value or a brief description of the expected format. The attribute,
-  if specified, must have a value that is not the empty string and
-  that contains no U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN
-  (CR) characters.</p>
+  if specified, must have a value that contains no U+000A LINE FEED
+  (LF) or U+000D CARRIAGE RETURN (CR) characters.</p>
 
   <p class="note">For a longer hint or other advisory text, the <code
   title="attr-title">title</code> attribute is more appropriate.</p>




More information about the Commit-Watchers mailing list