Re: [csswg-drafts] [css-fonts-4] Animation type font-weight, discrete?

Specifically (to summarize the picture):

1. If font-weight < 400, search down to zero, then search up to 1000.
2. If font-weight > 500, search up to 1000, then search down to 0.
3. If font-weight is between 400 and 500, first search up to 500, then search down to 0, then search up to 1000.

Then, we remove the "round to nearest 100" behavior from animations. This is a probably-minor change to font-weight animations, which we think are fairly rare in legacy, pre-variation-axis pages anyway, and the change itself isn't very significant; you just swap between the intermediate font faces at slightly different times, but end up with the same result on either end.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1579#issuecomment-320089628 using your GitHub account

Received on Thursday, 3 August 2017 21:03:44 UTC