Re: [csswg-drafts] [css-font-loading] Lack of interop on FontFace constructor. (#6236)

It's also a Safari bug, right? Setting aside the question of the 2nd parameter, it's wrong to accept `"@;! /* foo */"` (where the quotes are just the JS quotes around the string, not part of the value) for the family name.

It'd need to be `"'@;! /* foo */'"` or similar to be a valid (though weird) font-family name.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 10 November 2022 13:56:48 UTC