Re: [csswg-drafts] [css-fonts] @font-face src: url() format() keywords vs. strings ambiguous in spec (#6328)

So I had forgotten that the [strings in "format"](file:///C:/Users/Chris/Documents/GitHub/csswg-drafts/css-fonts-4/Overview.html#font-format-definitions) are different than [the `font/` subtypes](https://www.rfc-editor.org/rfc/rfc8081.html). 

|                           Name  |            format()  |        type  | /subtype           |
|-------------------------------: |--------------------: |------------: |------------------- |
|            OpenType Collection  |        "collection"  |        font  | collection         |
|              Embedded OpenType  | "embedded-opentype"  | application  | vnd.ms-fontobject  |
|                       OpenType  |          "opentype"  |        font  | otf                |
|                       SVG Font  |               "svg"  |       image  | svg+xml            |
|                       TrueType  |          "truetype"  |        font  | ttf                |
|                       WOFF 1.0  |              "woff"  |        font  | woff               |
|                       WOFF 2.0  |             "woff2"  |        font  | woff2              |
| Generic Spline Font             |              (none)  |        font  | sfnt               |
| TrueDoc Portable Font Resource  |              (none)  | application  | font-tdpfr         |

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


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

Received on Wednesday, 17 November 2021 18:31:02 UTC