Re: [csswg-drafts] [css-fonts-4] Percentages in font-weight for relative weights (#2690)

I guess there's one other comment: I would expect the resolution of this percentage value to be done before the [font matching algorithm](https://drafts.csswg.org/css-fonts-4/#font-style-matching) is run. So, if the parent element has `font-weight: 1000` and the child element has `font-weight: 75%` then that is exactly identical to if the child element had `font-weight: 750` specified.

I would also expect it to inherit the same way that `font-size` percentages inherit, _not_ the way that `line-height` percentages inherit.

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

Received on Monday, 1 June 2020 06:36:39 UTC