Remove redundant -webkit-prefixed CSS properties
Nobody has claimed this yet.
- Dominant language
- JSON
- Stars
- 5.8k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 186
Description
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
https://github.com/mdn/browser-compat-data/pull/21621 added many -webkit-prefixed CSS properties (yay!) but a few of them are duplicates of unprefixed properties already in BCD, like hyphenate-character. Let's merge those.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
We only need to represent non-standard webkit-prefixed properties that don't have any other entry in BCD.
Did you test this? If so, how?
N/A
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
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
Search the browser-compat-data JSON for hyphenate-character and the other entries added by pull request #21621. Compare the prefixed properties with their unprefixed counterparts and remove only redundant entries, then run the repository's available data validation checks to confirm the dataset remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- data, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100