- From: jfkthame via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Nov 2019 12:03:07 +0000
- To: public-css-archive@w3.org
I don't see that
```
document.fonts.load("1px \"\"")
```
is any more "misleading" than
```
document.fonts.load("1px 'Some random font name that does not actually exist'")
```
which also resolves to a `fulfilled` promise. In either case, no actual font loading takes place because the given name doesn't match any available font.
--
GitHub Notification of comment by jfkthame
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4510#issuecomment-553857974 using your GitHub account
Received on Thursday, 14 November 2019 12:03:08 UTC