Unfocused form fields (at least input and select) don't respect the current `color-scheme` property value when selecting the default background color; it instead uses the system-defined value. For example, if the system is in dark mode and a form field exists in a container that has set `color-scheme: light;`, the form field incorrectly has a dark background in addition to dark text. The correct background color is used when the field receives focus, but reverts to the incorrect value when blurred again. https://twitter.com/shannonmoeller/status/1528801195963256833 https://codepen.io/shannonmoeller/full/dyJOedj
<rdar://problem/94247591>
Pull request: https://github.com/WebKit/WebKit/pull/2706
Committed 253041@main (ae8a3909d325): <https://commits.webkit.org/253041@main> Reviewed commits have been landed. Closing PR #2706 and removing active labels.