Closed
Description
What type of issue is this?
Incorrect support data (ex. Chrome says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
- That Safari has supported it since 9.1.
- That Chrome doesn’t support it.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet), Safari
What did you expect to see?
- That Safari does not support
@font-feature-values
/font-variant-alternates
(it doesn’t currently, and I don’t believe it ever did). - That Chrome supports it from 111 onwards.
Did you test this? If so, how?
https://temp.chrismorgan.info/2023-03-09-font-feature-values-demo/
(Also other easy tests like CSSFontFeatureValuesRule
or CSS.supports('font-variant-alternates', 'styleset(x)')
.)
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
- Safari non-support: [css-fonts-4] font-feature-settings don’t cascade w3c/csswg-drafts#552 (comment) confirms that six months after Safari 9.1 Safari didn’t support
@font-feature-values
. I have not found any reason to believe it ever did. - Chromium having just landed it in M111: https://bugs.chromium.org/p/chromium/issues/detail?id=716567
Do you have anything more you want to share?
This affects both css.properties.font-variant-alternates and css.at-rules.font-feature-values.
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-alternates
MDN metadata
MDN page report details
- Query:
css.properties.font-variant-alternates
- Report started: 2023-03-09T10:42:08.609Z