Remove ::select-fallback-button
This patch removes customizable 's fallback element in the UA shadowroot by replacing it with the same "InnerElement" which is used for appearance:auto. Several supporting changes were made in order to implement this: Also remove ::select-fallback-button-text Add -internal-appearance-auto-base-select() support for the following properties: min-block-size min-inline-size padding-block-start padding-block-end padding-inline-start padding-inline-end content in select::after Make focusable again when there is no child element
now that we aren't always opening the popover with a
This is in response to feedback here:
w3c/csswg-drafts#10717
This also addresses additional feedback I received privately that author
styles applied to the select element itself weren't applying to the
in-page portion of the element.
Change-Id: I0a833b370babe9a8ab937822a3578d839510a8fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5786670
Reviewed-by: David Baron dbaron@chromium.org
Commit-Queue: Joey Arhar jarhar@chromium.org
Cr-Commit-Position: refs/heads/main@{#1356701}