Re: [csswg-drafts] [css-fonts] Empty quoted font family name should not parse as valid (#4510)

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