Re: [csswg-drafts] [css-text-decor-4] Add use-font keyword for text-decoration-width & text-decoration-offset

@svgeesus We use the “first available font” for a variety of operations that are relevant: the sizes of font-relative units, the height and baseline position of the line, etc. We should consistently use it for every operation for which we need a single set of font metrics. And the position and thickness of an underline for a given element is a single set of metrics.

If you have a problem with how the “first available font” is found, file an issue against that. Also if we for some reason have multiple concepts of “first available font”, we should consolidate them into one. There should only be one “first available font” per element, regardless of operation.

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

Received on Thursday, 15 March 2018 23:14:15 UTC