Update order of select events to match WebXR spec
The WebXR Spec requires that select events be fired in the order: 1) SelectStart 2) Select 3) SelectEnd The current implementation in chrome flips the order of events 2 and 3. This change flips that order to match the spec. Bug: 960997 Change-Id: I3a8aca683898515102999d86b7bcee6c6e74ef24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607180 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:Brandon Jones <bajones@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#659727}
Showing
Please register or sign in to comment