github web-platform-tests/wpt merge_pr_47381

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
4 months ago

Add special handling for keyboard triggered clicks (#47381)

A click event could be emitted if input elements (such as buttons, checkboxes, radio), as well as links, etc are interacted by
keyboard actions. Currently such click events have a different interaction id with that of the keydown, keypress, and keyup events.

This CL is to add special handling to make the click event's interaction
id to be the same as that of other associated keyboard events.

Bug: 4082450
Change-Id: I6466a576610899a7dd02cc18a5480ee116e2d569
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5577658
Reviewed-by: Xianzhu Wang wangxianzhu@chromium.org
Reviewed-by: Michal Mocny mmocny@chromium.org
Commit-Queue: Hao Liu haoliuk@chromium.org
Cr-Commit-Position: refs/heads/main@{#1335609}

Co-authored-by: Hao Liu haoliuk@chromium.org

Don't miss a new wpt release

NewReleases is sending notifications on new releases.