-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 old flags for CSS Grid #9683
Conversation
These were all enabled more than two years ago and can be removed: https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#removal-of-irrelevant-flag-data The only irregular edit here is for the repeat() features of grid-template-columns and grid-template-rows. There, the Firefox for Android data was out of sync with Firefox, and was made to match. Initial changes produced using @vinyldarkscratch's excellent script: https://github.com/vinyldarkscratch/browser-compat-data/tree/scripts/remove-redundant-flags
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
"version_added": "76" |
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.
Here's the first irregular change to look extra carefully at.
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.
Looking at the data, this seems like a reasonable change to me. The commit history indicates that changes were made to Firefox desktop that should have been made to FxA as well, but weren't. I can't think of a reason that the data should vary between the two.
} | ||
], | ||
"firefox_android": [ | ||
{ | ||
"version_added": "52" | ||
"version_added": "76" |
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.
Here's the other irregular change to look extra carefully at.
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.
Looks like the same case here, so we're all good!
Chrome 57 and Firefox 52 were confirmed as the versions when the properties were first supported with these tests: http://mdn-bcd-collector.appspot.com/tests/css/properties/grid-template-columns http://mdn-bcd-collector.appspot.com/tests/css/properties/grid-template-rows
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.
Looks all good to me, thanks!
These were all enabled more than two years ago and can be removed:
https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#removal-of-irrelevant-flag-data
The only irregular edit here is for the repeat() features of
grid-template-columns and grid-template-rows. There, the Firefox for
Android data was out of sync with Firefox, and was made to match.
Initial changes produced using @vinyldarkscratch's excellent script:
https://github.com/vinyldarkscratch/browser-compat-data/tree/scripts/remove-redundant-flags