[csswg-drafts] [css-fonts-4] Font matching algorithm for `font-style` does not cover every value

litherum has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-fonts-4] Font matching algorithm for `font-style` does not 
cover every value ==
Step 2 on https://drafts.csswg.org/css-fonts-4/#fontstylematchingalg

If a font with a oblique angle of 21deg is requested, the spec 
currently states that first fonts with oblique angles of > 21 are 
checked, then fonts with oblique angles of 0 <= angle <= 21 are 
checked.

Instead, it should state that fonts with oblique angles of >= 21 are 
checked, then fonts with oblique angles of < 21 are checked.



Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/1056 using your GitHub 
account

Received on Wednesday, 22 February 2017 19:02:28 UTC