← Back to release summary

Expose CSSFontFeaturesValueRule

Category
CSS
Type
No developer-visible change
Status
In development (Chrome In development)
Intent stage
None

Summary

We were accidentally missing the [Exposed=Window] on the CSSFontFeaturesValueRule interface, so window.CSSFontFeaturesValueRule is incorrectly undefined even though the API was otherwise exposed. This interface has no constructor and it's unlikely that any website would be looking for it specifically, but it's technically an interop & spec-conformance bug, and maybe in theory slightly useful for feature detection.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/CSSFontFeatureValuesRule

View on chromestatus.com