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 archived -moz CSS features #6418

Merged
merged 1 commit into from
Jul 23, 2020

Conversation

wbamberg
Copy link
Collaborator

As part of mdn/sprints#3491 I have archived pages for some -moz prefixed CSS features:

properties:

-moz-window-shadow
-moz-text-blink
-moz-stack-sizing
-moz-border-top-colors
-moz-border-right-colors
-moz-border-left-colors
-moz-border-bottom-colors

selectors:

:-moz-full-screen-ancestor
:-moz-system-metric + subpages

media features:

-moz-mac-graphite-theme
-moz-maemo-classic
-moz-os-version
-moz-scrollbar-end-backward
-moz-scrollbar-end-forward
-moz-scrollbar-start-backward
-moz-scrollbar-start-forward
-moz-scrollbar-thumb-proportional
-moz-touch-enabled
-moz-windows-accent-color-in-titlebar
-moz-windows-classic
-moz-windows-compositor
-moz-windows-default-theme
-moz-windows-glass
-moz-windows-theme

These are all features that have not been available to Web pages since at least Firefox 60. Some of them don't have BCD, but this PR removes BCD for those that do:

-moz-window-shadow
-moz-text-blink
-moz-border-top-colors
-moz-border-right-colors
-moz-border-left-colors
-moz-border-bottom-colors
:-moz-full-screen-ancestor
:-moz-system-metric + subfeatures

@ghost ghost added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 21, 2020
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This checks out. Thank you! 🎉

@ddbeck ddbeck merged commit 466ad01 into mdn:master Jul 23, 2020
@ddbeck
Copy link
Collaborator

ddbeck commented Jul 23, 2020

I was about to request changes

Ack, sorry for getting ahead of you on that. If you want to leave a review anyway, I can take responsibility for getting the fixes in.

@Elchi3
Copy link
Member

Elchi3 commented Jul 23, 2020

No worries, the review is more for the content on the MDN side and we can remove the compat tables there at any time (but we should make sure we do that, because after today's release, the calls to these data points become dead)

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants