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 old flags for CSS Grid #9683

Merged
merged 2 commits into from
Apr 7, 2021
Merged

Remove old flags for CSS Grid #9683

merged 2 commits into from
Apr 7, 2021

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Mar 31, 2021

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

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
@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Mar 31, 2021
}
],
"firefox_android": [
{
"version_added": "52"
"version_added": "76"
Copy link
Contributor Author

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.

Copy link
Contributor

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"
Copy link
Contributor Author

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.

Copy link
Contributor

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!

@foolip foolip requested a review from queengooborg April 6, 2021 07:42
Copy link
Contributor

@queengooborg queengooborg left a 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!

@queengooborg queengooborg merged commit ef82055 into mdn:main Apr 7, 2021
@foolip foolip deleted the rm-grid-flags branch April 7, 2021 16:05
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.

2 participants