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

Safari seems to require the 2nd parameter to use the `url()` syntax:
```
› new FontFace("FamilyName", "url()").family
‹ "FamilyName"

› new FontFace("@;! /* foo */", "url()").family
‹ "@;! /* foo */"
```

-- 
GitHub Notification of comment by GitHubStig
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6236#issuecomment-1309853234 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 06:59:12 UTC