Same CSS function data in multiple files
Nobody has claimed this yet.
- Dominant language
- JSON
- Stars
- 5.8k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 186
Description
We seem to be tracking data for some CSS functions in multiple files:
calc()
- https://github.com/mdn/browser-compat-data/blob/master/css/at-rules/media.json#L199
- https://github.com/mdn/browser-compat-data/blob/master/css/types/calc.json#L4
element()
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/background-image.json#L53
- https://github.com/mdn/browser-compat-data/blob/master/css/types/image.json#L131
image-set()
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/background-image.json#L214
- https://github.com/mdn/browser-compat-data/blob/master/css/types/image.json#L2111
minmax() and repeat()
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/grid-template-rows.json#L227
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/grid-template-columns.json#L227
symbols()
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/list-style-type.json#L4207
- https://github.com/mdn/browser-compat-data/blob/master/css/properties/list-style.json#L51
url()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the duplicated entries in css/at-rules/media.json, css/types/calc.json, css/properties/background-image.json, css/types/image.json, css/properties/grid-template-rows.json, css/properties/grid-template-columns.json, css/properties/list-style-type.json, css/properties/list-style.json, css/properties/content.json, and css/types/url.json. Determine the intended single source for each CSS function and verify that the compatibility data remains consistent after the duplication is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100