You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic update from web-platform-tests
Replace base-select svg with disclosure-open
This was suggested here:
w3c/csswg-drafts#10380 (comment)
This patch also adds min-inline-size and min-block-size to
::select-fallback-button because changing the icon caused the total size
of the button to decrease which revealed the lack of min sizing which is
already tested by
select-accessibility-minimum-target-size.tentative.html
The UA select:open rules caused a performance regression for large
<select>s because it caused a style recalc immediately after opening the
appearance:auto picker which in re-serializes all of the data for the
popup and sends it to the popup, which is very slow for large selects. I
addressed this by starting to match :open before creating the popup in
MenuListSelectType::ShowPopup.
Bug: 1511354
Change-Id: Id7b3b0aa6c9c79299240a7212023f849f3703fb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5660759
Commit-Queue: Joey Arhar <[email protected]>
Reviewed-by: David Baron <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1347324}
--
wpt-commits: 8108d046baa2bb0a947617b52dd568f59ec7c27f
wpt-pr: 47672
Copy file name to clipboardexpand all lines: testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-styles.css
+11-15
Original file line number
Diff line number
Diff line change
@@ -59,24 +59,20 @@
59
59
align-items: center;
60
60
overflow-x: hidden;
61
61
overflow-y: hidden;
62
+
/* min-size rules ensure that we meet accessibility guidelines for minimum target size.
Copy file name to clipboardexpand all lines: testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/resources/stylable-select-utils.js
Copy file name to clipboardexpand all lines: testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-icon-color.tentative.html
0 commit comments