[csswg-drafts] [css-font-loading-3] Match FontFace default descriptor values to @font-face defaults (#11561)

danburzo has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-font-loading-3] Match FontFace default descriptor values to @font-face defaults ==
With the default values for `@font-face` descriptors (`font-weight`, `font-width`, and `font-style`) having been [changed from `normal` to `auto`](https://github.com/w3c/csswg-drafts/issues/2485), should the `FontFace` interface reflect these new defaults as well?

At the moment, the situation across browser engines is that not only is the default still `normal`, but the `FontFace()` constructor rejects a `{ width: 'auto' }` descriptor.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11561 using your GitHub account


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

Received on Thursday, 23 January 2025 10:53:43 UTC