table-anonymous-block-011 assumes 'line-height' 'normal' == '1.0'

This test:
http://test.csswg.org/suites/css2.1/20101001/html4/table-anonymous-block-011.htm
http://test.csswg.org/suites/css2.1/20101001/xhtml1/table-anonymous-block-011.xht
assumes that 'normal' line height is equivalent to '1.0', which is
an incorrect assumption.  (The spec recommends it be equivalent to a
value between 1.0 and 1.2.)

I suggest fixing the test by changing the line:
  font: 1em ahem;
to instead say:
  font: 1em/1 Ahem;

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Saturday, 16 October 2010 20:31:21 UTC