Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement appearance:bikeshed for StylableSelect
This patch gates all the new rendering and interaction behavior for StylableSelect behind a new "bikeshed" value for the appearance property. No name has been decided for this property yet, hence the "bikeshed" name. The UA stylesheet will still only look at whether there is a slotted button or datalist present rather than the appearance property because looking at the appearance property to determine whether to apply UA style rules or not would cause circular style and would at least require two style updates in order to work, which is not acceptable. Bug: 1511354 Change-Id: I5f476f9a912aee7391dc4409473676de48c4028c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5315083 Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269013}
- Loading branch information