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 prefixing :autofill #1430

Closed lukewarlow closed 2 years ago

lukewarlow commented 2 years ago

This MR was written to test the output from the MR on caniuse-lite. https://github.com/browserslist/caniuse-lite/pull/86

lukewarlow commented 2 years ago

Locally I had an issue with test coverage so not sure if I've messed the test up.

Not sure how best to manually test this?

ai commented 2 years ago

CI is falling because of lack of test coverage

lukewarlow commented 2 years ago

As far as I know the test coverage should be the same as file-selector-button?

ai commented 2 years ago

Try to debug this test and see what lines are executed.

Hack can works differently on different data from caniuse-lite.

lukewarlow commented 2 years ago

Forgot to mark autofill as a selector, which meant the tests didn't get ran properly. In theory the pipeline should pass now.

ai commented 2 years ago

LGTM. Will try to release tomorrow or after tomorrow (will have a trip tomorrow).

ai commented 2 years ago

Released in 10.4. Thanks.