Re: [csswg-drafts] [css-font-loading-3] Unclear how to parse font families (#3776)

@emilio The only difference is that FontFace implicitly assumes that what it's been passed is a literal string, and will reflect its contents directly, while the associated CSSFontFaceRule will reflect it as a string token if necessary, right?

That is, constructing a `FontFace("4em")` will have FontFace.family return `"4em"`, while the corresponding CSSFontFaceRule.fontFamily returns `'"4em"'`, right? But `FontFace("foo bar")` will return `"foo bar"` for both.

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

Received on Thursday, 4 April 2019 20:59:06 UTC