- From: L. David Baron <dbaron@dbaron.org>
- Date: Thu, 14 Oct 2010 02:31:33 -0700
- To: public-css-testsuite@w3.org
These tests: http://test.csswg.org/suites/css2.1/20101001/xhtml1/c43-center-000.xht http://test.csswg.org/suites/css2.1/20101001/html4/c43-center-000.htm assume that 'line-height: normal' is the same as 'line-height: 1', which is not required to be the case. I suggest replacing: .c { text-align: center; font: 15px Ahem; color: blue; } with: .c { text-align: center; font: 15px/1.0 Ahem; color: blue; } to make the test valid. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/
Received on Thursday, 14 October 2010 09:32:01 UTC