[csswg-drafts] [css-color-adjust-1] Why special-casing background-image for inputs? (#4917)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-adjust-1] Why special-casing background-image for inputs? ==
https://drafts.csswg.org/css-color-adjust-1/#forced-colors-properties has a somewhat odd condition:

> Additionally, on on user input controls (except button-like controls) only, background-image.

Two questions:

 * Why special-casing input / textareas? I've never seen a textarea styled with `background-image` so I'm actually surprised that this special-casing is necessary.

 * If it is necessary, that sentence seems a bit ill-defined. Is `<input type=color>` a button-like control? What about `<select>`?

cc @atanassov 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4917 using your GitHub account

Received on Thursday, 2 April 2020 22:33:59 UTC