- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 03 Dec 2010 12:24:09 -0500
- To: "L. David Baron" <dbaron@dbaron.org>
- CC: public-css-testsuite@w3.org
On 10/14/2010 05:31 AM, L. David Baron wrote: > 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. Fixed c43-center-000, c43-rpl-bbx-002, c43-rpl-ibx-000. ~fantasai
Received on Friday, 3 December 2010 23:52:28 UTC