-
Notifications
You must be signed in to change notification settings - Fork 2k
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 css.types.color.rgba from BCD #22250
Conversation
This PR removes the `rgba` member of the `color` CSS value type from BCD. Per the [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#removal-of-irrelevant-features), this feature can be considered irrelevant and may be removed from BCD accordingly. Even if the current data suggests that the feature is supported, lack of support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.7.2). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/types/color/rgba Additional Notes: The MDN page has already been deleted and redirects to the `rgb()` page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, sounds good to me.
The content PR/discussion happened in mdn/content#23387
We depend on this data and some of it is very recent. Same for |
I am also unsure how this feature is irrelevant? Vendors are even still adding new sub features for |
Ah, for some odd reason it looks like my custom removal reason wasn't added (I use a script to create these PRs easily). I'm not removing the feature data because it's irrelevant, but rather because it's a duplicate of the data for |
@queengooborg Thank you for clarifying. |
This PR removes the
rgba
member of thecolor
CSS value type from BCD. Per the data guidelines, this feature can be considered irrelevant and may be removed from BCD accordingly. Even if the current data suggests that the feature is supported, lack of support has been confirmed by the mdn-bcd-collector project (v10.7.2).Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/types/color/rgba
Additional Notes: The MDN page has already been deleted and redirects to the
rgb()
page.