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

Prefix datepicker styles #1413

Closed Yash-Singh1 closed 3 years ago

Yash-Singh1 commented 3 years ago

Currently the following aren't supported:

::-webkit-datetime-edit-month-field
::-webkit-datetime-edit-day-field
::-webkit-datetime-edit-week-field
::-webkit-datetime-edit-year-field
::-webkit-datetime-edit-ampm-field
::-webkit-datetime-edit-hour-field
::-webkit-datetime-edit-millisecond-field
::-webkit-datetime-edit-minute-field
::-webkit-datetime-edit-second-field
::-webkit-datetime-edit
::-webkit-datetime-edit-fields-wrapper
::-webkit-datetime-edit-text
::-webkit-inner-spin-button
::-webkit-calendar-picker-indicator
::-webkit-clear-button
ai commented 3 years ago

Do we have standard selector without prefixes in official specs?

lukewarlow commented 3 years ago

There's no unprefixed standard version for these pseudo elements so there's nothing to prefix.