Skip to content

Commit 5ae76f1

Browse files
Rename ::select-fallback-datalist to ::picker(select)
This was resolved here: w3c/csswg-drafts#10758 (comment) Fixed: 361562102 Change-Id: I38e8c552049b45704c1ee50db45e3300041ff1a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817433 Reviewed-by: David Baron <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1349454}
1 parent 5b65529 commit 5ae76f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
appearance: base-select;
1313
}
1414

15-
select::select-fallback-datalist {
15+
select::picker(select) {
1616
transition-behavior: allow-discrete;
1717
transition-duration: 100s;
1818
transition-property: display, overlay, opacity, color;
@@ -21,12 +21,12 @@
2121
color: black;
2222
}
2323

24-
select::select-fallback-datalist:popover-open {
24+
select::picker(select):popover-open {
2525
opacity: 1;
2626
color: rgb(200, 0, 0);
2727
}
2828
@starting-style {
29-
select::select-fallback-datalist:popover-open {
29+
select::picker(select):popover-open {
3030
opacity: 0;
3131
color: black;
3232
}
@@ -54,5 +54,5 @@
5454
await new Promise(requestAnimationFrame);
5555
assert_equals(getComputedStyle(firstOption).color, 'rgb(100, 0, 0)',
5656
'option color should start animating when opening the picker.');
57-
}, 'select::select-fallback-datalist should support author provided top layer animations.');
57+
}, 'select::picker(select) should support author provided top layer animations.');
5858
</script>

0 commit comments

Comments
 (0)