diff --git a/html/semantics/forms/the-select-element/stylable-select/option-computed-style.tentative.html b/html/semantics/forms/the-select-element/stylable-select/option-computed-style.tentative.html new file mode 100644 index 000000000000000..14650f3f320ae6f --- /dev/null +++ b/html/semantics/forms/the-select-element/stylable-select/option-computed-style.tentative.html @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-styles.css b/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-styles.css index 7f4c8b6c448af5a..0052b3863e2ef5d 100644 --- a/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-styles.css +++ b/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-styles.css @@ -38,6 +38,13 @@ align-content: center; } +.stylable-select-option::before { + content: '\2713' / ''; +} +.stylable-select-option:not(.selected)::before { + visibility: hidden; +} + .stylable-select-button { color: FieldText; background-color: Field; diff --git a/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-ref.html b/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-ref.html index e99ca4d57a8b2e3..a27e662b1c4caba 100644 --- a/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-ref.html +++ b/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-ref.html @@ -10,7 +10,7 @@
-
+
option one
diff --git a/html/semantics/forms/the-select-element/stylable-select/select-open-invalidation-ref.html b/html/semantics/forms/the-select-element/stylable-select/select-open-invalidation-ref.html index f5b70c495bc82a0..fb609a7247e6413 100644 --- a/html/semantics/forms/the-select-element/stylable-select/select-open-invalidation-ref.html +++ b/html/semantics/forms/the-select-element/stylable-select/select-open-invalidation-ref.html @@ -10,7 +10,7 @@
-
one
+
one
two