- From: Arron Eicholz <Arron.Eicholz@microsoft.com>
- Date: Tue, 11 Jan 2011 04:22:20 +0000
- To: "css21testsuite@gtalbot.org" <css21testsuite@gtalbot.org>, "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
On Friday, January 07, 2011 3:39 PM Gérard Talbot wrote: > > http://test.csswg.org/suites/css2.1/20101210/html4/font-003.htm (RC4) > > http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15 > /font-003.htm > > http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15 > /font-003.xht > > 1- > Actual: > { > Test passes if letters "E" below larger than this text, are capatalized, and the > left "E" is smaller than the right. > } > > Proposed tuning: > { > Test passes if letters "E" below are larger than this text, are capitalized, and if > the left "E" is smaller than the right "E". > } > > 2- > Extraneous div > > I do not understand the need or the justification for the extra div in the test. > The test could be rewritten without #wrapper: > > <style type="text/css"> > div > { > font: 1in serif; > } > span > { > font: small-caps 1in serif; > line-height: 1em; > } > </style> > (...) > > <div><span>e</span>E</div> > > E.g.: > > http://www.gtalbot.org/BrowserBugsSection/css21testsuite/font-003.htm > Fixed for RC5. -- Thanks, Arron Eicholz
Received on Tuesday, 11 January 2011 04:22:54 UTC