appearance:auto event handling for listbox select elements. -->
I kind of wonder if this should be an optional wpt instead of an internal wpt
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
appearance:auto event handling for listbox select elements. -->
I kind of wonder if this should be an optional wpt instead of an internal wpt
+1 to making it optional. I'm not even sure how those are really used, but at least in that case it'll be on wpt.fyi.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
appearance:auto event handling for listbox select elements. -->
Mason FreedI kind of wonder if this should be an optional wpt instead of an internal wpt
+1 to making it optional. I'm not even sure how those are really used, but at least in that case it'll be on wpt.fyi.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/54939.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix touch input in ListBox <select multiple>
Before this patch, there was already code in ListBoxSelectType to not
deselect other options when handling a gesturetap event, which happens
when options are clicked with a touch input, which is necessary in order
to select multiple options when no keyboard is present.
When tapping the text node instead of empty space around the text,
however, other options would get deselected due to some code which
required that the event target is an Element rather than a Node. This
patch removes that check and significantly improves the usability of
<select multiple> on touch devices.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/54939
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |