Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) loosen implementation requirements around placeholder=''.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14567

git-svn-id: http://svn.whatwg.org/webapps@6782 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2011
1 parent 752439a commit b0de7ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -48511,8 +48511,9 @@ <h6 id=the-placeholder-attribute><span class=secno>4.10.7.2.12 </span>The <code
<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>
the empty string and/or the control is not focused (e.g. by
displaying it inside a blank unfocused control and hiding it
otherwise).</p>

</div>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -48511,8 +48511,9 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<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>
the empty string and/or the control is not focused (e.g. by
displaying it inside a blank unfocused control and hiding it
otherwise).</p>

</div>

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -54236,8 +54236,9 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<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>
the empty string and/or the control is not focused (e.g. by
displaying it inside a blank unfocused control and hiding it
otherwise).</p>

</div>

Expand Down

0 comments on commit b0de7ac

Please sign in to comment.