[html5] r8624 - [giow] (3) Clamp 'line-height' for text fields Fixing https://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 8 15:12:33 PDT 2014
Author: ianh
Date: 2014-05-08 15:12:31 -0700 (Thu, 08 May 2014)
New Revision: 8624
Modified:
complete.html
index
source
Log:
[giow] (3) Clamp 'line-height' for text fields
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25026
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2014-05-08 22:01:02 UTC (rev 8623)
+++ complete.html 2014-05-08 22:12:31 UTC (rev 8624)
@@ -97478,6 +97478,10 @@
in pixels, and <var title="">max</var> is the maximum character width of that same font, also in
pixels. (The element's 'letter-spacing' property does not affect the result.)</p>
+ <p>When the <i title="">input-textfield</i> binding applies to an element, the 'line-height'
+ property, if it has a computed value equivalent to a value that is less than 1.0, must have a used
+ value of 1.0.</p>
+
</div>
Modified: index
===================================================================
--- index 2014-05-08 22:01:02 UTC (rev 8623)
+++ index 2014-05-08 22:12:31 UTC (rev 8624)
@@ -97478,6 +97478,10 @@
in pixels, and <var title="">max</var> is the maximum character width of that same font, also in
pixels. (The element's 'letter-spacing' property does not affect the result.)</p>
+ <p>When the <i title="">input-textfield</i> binding applies to an element, the 'line-height'
+ property, if it has a computed value equivalent to a value that is less than 1.0, must have a used
+ value of 1.0.</p>
+
</div>
Modified: source
===================================================================
--- source 2014-05-08 22:01:02 UTC (rev 8623)
+++ source 2014-05-08 22:12:31 UTC (rev 8624)
@@ -107420,6 +107420,10 @@
in pixels, and <var data-x="">max</var> is the maximum character width of that same font, also in
pixels. (The element's 'letter-spacing' property does not affect the result.)</p>
+ <p>When the <i data-x="">input-textfield</i> binding applies to an element, the 'line-height'
+ property, if it has a computed value equivalent to a value that is less than 1.0, must have a used
+ value of 1.0.</p>
+
</div>
More information about the Commit-Watchers
mailing list