web-platform-tests / interop

web-platform-tests Interop project
273 stars 28 forks source link

/pointerevents/pointerevent_click_during_capture.html might not be reasonable #670

Open masayuki-nakano opened 1 month ago

masayuki-nakano commented 1 month ago

Test List

Rationale

While I'm investigating the behavior change, I found 3 issues.

One is filed as https://github.com/w3c/pointerevents/issues/507. The dblclick event target may be different from click, but is it expected by developers?

The others are filed as https://github.com/w3c/pointerevents/issues/508. The click event target may be different if user inputs from a mouse or touch device. Additionally, current defined behavior is conflict with an old bug fix of Mozilla for web-compat issue in bxSlider (I don't reproduce it with current defined behavior in their example, but the originally reported URL has gone. Therefore, I'm not 100% sure that changing the behavior would break bxSlider again in some cases).

@zcorpan, @smaug----, @mustaqahmed, @flackr