Open
Description
There's been recent discussions surrounding ::file-selector-button
and the fact it's exposed in appearance: auto and how that's not necessarily desirable.
Should we update CSS forms to restrict all new pseudo-elements to just elements in base appearance mode?
We'd probably have to explicitly allow ::file-selector-button
and ::placeholder
to break that rule as they're pre-existing.
The spec already limits ::checkmark
and ::picker-icon
to just base appearance mode.