- From: Colin Peh via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Nov 2022 06:59:10 +0000
- To: public-css-archive@w3.org
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