Re: [csswg-drafts] [css-fonts][cssom] Serialization of font properties when system font is specified

We have a similar problem when variables are involved.

My personal thinking is that we should have a special function to resolve these cases, like this:

`
font-family: from(font: menu);
border-left-width: from(border: var(--hover-border, 2px solid red));
`

But I didn't think this through very much.

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

Received on Wednesday, 13 December 2017 06:27:57 UTC