Short URL: http://html5.org/r/2523
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2523 | WF2: placeholder='' should strip newlines. (credit: hs) | 2008-12-02 10:57 |
Index: source =================================================================== --- source (revision 2522) +++ source (revision 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">