From bfa8deb7fc3f3d0a07350eee0c9db9b6b146ec8d Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 4 Sep 2024 10:13:32 -0700 Subject: [PATCH] Require ::picker(select) appearance:base-select opt-in This patch requires that not only appearance:base-select be applied to + + + diff --git a/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html b/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html index 6d063b59a280c93..907b668c3f2d70e 100644 --- a/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html +++ b/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html @@ -8,7 +8,7 @@ diff --git a/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html b/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html index f4333c410465fc2..b6463b57b750a21 100644 --- a/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html +++ b/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html @@ -10,7 +10,7 @@ diff --git a/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html b/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html index 4361229b8f15dfc..42231b7900a9e46 100644 --- a/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html +++ b/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html @@ -12,10 +12,13 @@ color: SelectedItemText; background-color: SelectedItem; } +select, select::picker(select) { + appearance: base-select; +}
SelectedItem test colors
- diff --git a/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html b/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html index b315eb621559a15..b3381ac510a9905 100644 --- a/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html +++ b/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html @@ -6,8 +6,14 @@ + +
-