Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove color-interpolation partial implementation flag #26204

Merged
merged 2 commits into from
Mar 14, 2025

Conversation

captainbrosset
Copy link
Contributor

Summary

This PR removes the partial implementation flags for the color-interpolation CSS property, for both Chrome and Safari.

The reason for this is:

  1. The property is supported on those browsers.
  2. Not all values are supported though, but the supported/unsupported values are already tracked in the same BCD file as sub-features. So there's no need to show the parent feature as partially supported when that information is already tracked elsewhere.

Test results and supporting details

Related issues

Fixes #26198.

@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Mar 13, 2025
@github-actions github-actions bot added the size:xs [PR only] 0-6 LoC changed label Mar 13, 2025
@github-actions github-actions bot added size:s [PR only] 7-24 LoC changed and removed size:xs [PR only] 0-6 LoC changed labels Mar 13, 2025
@Elchi3 Elchi3 merged commit 99e8fb7 into mdn:main Mar 14, 2025
5 checks passed
@captainbrosset captainbrosset deleted the interpolation branch March 14, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:s [PR only] 7-24 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

css.properties.color-interpolation should not be marked as partial
2 participants