mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.99k stars 2.01k forks source link

Remove redundant -webkit-prefixed CSS properties #22888

Open foolip opened 7 months ago

foolip commented 7 months ago

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

foolip commented 7 months ago

A burndown list: