[RC6] floats-115 : imprecise due to 'line-height: normal'

Hello,

[nightly-unstable]
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/floats-115.htm

[RC6]
http://test.csswg.org/suites/css2.1/20110323/html4/floats-115.htm


In Firefox 10.0, the green rectangle is 60px tall while in others (Opera
11.61, Chrome 16.0.912.77, Konqueror 4.8.0, etc.) it is 50px tall. This
is only due to the fact that 'line-height: normal' is resolved as 1.2 in
Firefox (for the Ahem font) while it is 1.0 in others.

Proposed correction
-------------------

line 11 .float { float: left; background: green; color: green; font:
50px/1 Ahem; }


Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Tuesday, 7 February 2012 02:12:05 UTC