- From: Mustaq Ahmed via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Aug 2022 21:10:54 +0000
- To: public-pointer-events@w3.org
mustaqahmed has just submitted a new pull request for https://github.com/w3c/pointerevents: == Fix stale text around click, auxclick and contextmenu events == Fairly recently the UIEvent spec went through the following two changes for these three event types: 1. replacing `click` with `auxclick` for non-primary buttons, and 2. switching the type of `click`, `auxclick` and `contextmenu` to `PointerEvent`. Those changes made some text in Pointer Events spec out-of-sync. This PR makes the following changes fix the problem: - Add normative text marking these three events non-preventable. - Fix any text that still assume these three events are MouseEvents. - Update any wording around `click` that also applies to `auxclick`. See https://github.com/w3c/pointerevents/pull/456 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 August 2022 21:10:55 UTC