postcss / autoprefixer

Parse CSS and add vendor prefixes to rules by Can I Use
https://twitter.com/autoprefixer
MIT License
21.58k stars 1.25k forks source link

Add support for `::marker` #1418

Open lukewarlow opened 3 years ago

lukewarlow commented 3 years ago

Autoprefixer should add a ::-webkit-details-marker fallback for ::marker .

This is because Safari currently only supports the ::marker pseudo element with lists but not detail elements.

Not sure on how best to implement this as Safari shows as supporting the unprefixed version in caniuse.

ai commented 3 years ago

Looks like it is work for separated plugin (like we had for flexbox bugs).

lifeiscontent commented 1 year ago

@ai any updates on this plugin?

ai commented 1 year ago

@lifeiscontent I do not plan to create it. You can create.

Here is a good guide: https://postcss.org/docs/writing-a-postcss-plugin

lifeiscontent commented 1 year ago

@ai if I created the plugin would you host it on the postcss org so it gets a bit more visibility?

ai commented 1 year ago

@lifeiscontent org doesn’t give a lot of visibility. It is better to mention it in @Autoprefixer and @PostCSS twitter accounts and add it to https://www.postcss.parts/