compat icon indicating copy to clipboard operation
compat copied to clipboard

::-webkit-slider-* aliases

Open miketaylr opened this issue 1 year ago • 2 comments

What is the issue with the Compatibility Standard?

I just discovered Gecko added aliases for ::-webkit-slider-* https://bugzilla.mozilla.org/show_bug.cgi?id=1735575 (at least in Nightly).

Shame they didn't open an issue or send a PR though. :'( If it ships to stable, we should document it here.

miketaylr avatar Jan 25 '24 22:01 miketaylr

@denschub @ksy36 @wisniewskit so they are aware of it and to put their finger on the scale.

karlcow avatar Jan 25 '24 23:01 karlcow

The flag got disabled inside of https://bugzilla.mozilla.org/show_bug.cgi?id=1843040

Mozilla's and WebKit's range input anatomies are different from each other, so adding simple aliases is unlikely to be web compatible.

https://github.com/w3c/csswg-drafts/issues/4410 - has some relevant discussion on standardising these pseudo's (and hopefully will include standardised anatomies)

lukewarlow avatar Mar 06 '24 20:03 lukewarlow