- From: Markus Stange via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Feb 2021 22:04:27 +0000
- To: public-css-archive@w3.org
If Firefox aligns with other browsers and makes `Highlight` pale, this will also affect the background color of the selected `<option>` in a listbox-style `<select>`. To keep the right color there, Firefox would need a new system color, which would be exposed to the web. Or, alternatively, Firefox could do what Safari does and paint the selected background for the option *on top* of any author-specified CSS background and not expose its color via `getComputedStyle`. Chrome uses the pale text selection highlight color as the selection background for listbox-style select elements. * `data:text/html,<select size="3"><option selected>Option One</option><option>Two</option></select>` -- GitHub Notification of comment by mstange Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6008#issuecomment-780884839 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 February 2021 22:04:29 UTC