Re: [csswg-drafts] [css-fonts-3] Computed value of font-family isn't quite right

I think my preference would be to make the computed value a list of strings and/or generic-family keywords, and for each string track a flag on whether it should be quoted for getComputedStyle() (and limit this specifically to getComputedStyle(), for compat).

If we can get away with Chrome's more limited behavior, that seems easier to understand. If we could get away with quoting everything, that'd be the best. Then we can drop the flag. But I think Chrome would have to try deploying that to see if it's Web-compatible first.

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

Received on Monday, 1 October 2018 23:27:13 UTC