Skip to content

Commit

Permalink
[giow] (3) Clamp 'line-height' for text fields
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25026
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8624 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2014
1 parent b00bf6a commit 230198f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -97478,6 +97478,10 @@ <h4 id=the-input-element-as-a-text-entry-widget><span class=secno>14.5.4 </span>
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>


Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -97478,6 +97478,10 @@ input[type=password i] { binding: <i title="">input-password</i>; }
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>


Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -107420,6 +107420,10 @@ input[type=password i] { binding: <i data-x="">input-password</i>; }
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>


Expand Down

0 comments on commit 230198f

Please sign in to comment.