[html5] r6782 - [] (0) loosen implementation requirements around placeholder=''. Fixing http://w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 28 16:07:52 PDT 2011
Author: ianh
Date: 2011-10-28 16:07:50 -0700 (Fri, 28 Oct 2011)
New Revision: 6782
Modified:
complete.html
index
source
Log:
[] (0) loosen implementation requirements around placeholder=''.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14567
Modified: complete.html
===================================================================
--- complete.html 2011-10-28 23:05:02 UTC (rev 6781)
+++ complete.html 2011-10-28 23:07:50 UTC (rev 6782)
@@ -48511,8 +48511,9 @@
<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>
Modified: index
===================================================================
--- index 2011-10-28 23:05:02 UTC (rev 6781)
+++ index 2011-10-28 23:07:50 UTC (rev 6782)
@@ -48511,8 +48511,9 @@
<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>
Modified: source
===================================================================
--- source 2011-10-28 23:05:02 UTC (rev 6781)
+++ source 2011-10-28 23:07:50 UTC (rev 6782)
@@ -54236,8 +54236,9 @@
<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>
More information about the Commit-Watchers
mailing list