Re: [css-fonts] What does font-size-adjust for '0' look like?

Le 2015-03-18 17:26, Gérard Talbot a écrit :


> 0 would have to mean a 0px font-size.
> Negative values are illegal and ignored.
> Percentage values are ignored.
> 'auto' value must be ignored.
> We could create 4 additional tests in
> 
> http://test.csswg.org/suites/css3-fonts/nightly-unstable/html/chapter-3.htm#s3.6
> 
> testing those 4 case scenarios.

0 value
http://www.gtalbot.org/BrowserBugsSection/CSS3Fonts/font-size-adjust-005.xht

Percentage value
http://www.gtalbot.org/BrowserBugsSection/CSS3Fonts/font-size-adjust-006.xht

auto value (needs more work)
http://www.gtalbot.org/BrowserBugsSection/CSS3Fonts/font-size-adjust-007.xht

negative value
http://www.gtalbot.org/BrowserBugsSection/CSS3Fonts/font-size-adjust-008.xht

along with reference files

I will submit those tests for inclusion in fonts test suite later this 
week. I am not sure right now (lack of inspiration) how to do the 'auto' 
test... 'auto' should be ignored just like 'foo', 'bar', 'itchy' or 
'scratchy' ...

Gérard

Received on Wednesday, 18 March 2015 22:36:33 UTC