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

Review CSS property value data with ranges #22931

Open
foolip opened this issue Apr 24, 2024 · 0 comments
Open

Review CSS property value data with ranges #22931

foolip opened this issue Apr 24, 2024 · 0 comments
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@foolip
Copy link
Collaborator

foolip commented Apr 24, 2024

There's CSS data with these ranges for CSS property values based on https://github.com/openwebdocs/mdn-bcd-collector where data going back to the original support of the property wasn't available.

We can't use this data in web-features, and #22928 sorted out one such case where we had tagged the BCD features without realizing this. Similar ranges remain in many files in css/properties/.

A "burndown list" can be formed from these commands inside css/properties:

git grep -lF '"≤13.1"' # Safari, 193 matches
git grep -lF '"≤80"' # Chrome, 168 matches
git grep -lF '"≤11"' # IE, 131 matches
git grep -lF '"≤72"' # Firefox, 130 matches
git grep -lF '"≤83"' # Chrome, 28 matches

There are also Edge ≤79 ranges, but those are much fewer and probably not of the same origin.

cc @Elchi3 @queengooborg

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

No branches or pull requests

1 participant