-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update of Pointer event #30589
Merged
teoli2003
merged 33 commits into
mdn:main
from
skyclouds2001:PointerEvent-altitudeAngle-azimuthAngle
Dec 14, 2023
Merged
update of Pointer event #30589
teoli2003
merged 33 commits into
mdn:main
from
skyclouds2001:PointerEvent-altitudeAngle-azimuthAngle
Dec 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…hub.com/skyclouds2001/content into PointerEvent-altitudeAngle-azimuthAngle
skyclouds2001
requested review from
wbamberg and
dipikabh
and removed request for
a team
November 28, 2023 13:39
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
teoli2003
approved these changes
Dec 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
dipikabh
pushed a commit
to dipikabh/content
that referenced
this pull request
Jan 17, 2024
* fix group data * adjust order * add description * small fix * Update files/en-us/web/api/pointer_events/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add {{experimental_inline}} * run prettier * fix the title name * add {{secureContext_header}} * add * fix * add desc * add description * specific spec-urls * fix example * style fix * remove note & add see also section * add experimental_inline * use {{ReadOnlyInline}} * update list * add Pointer events section * style pretty * Update files/en-us/web/api/pointer_events/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * update event properties description * update event properties description * Update index.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
normalize Pointer Events GroupData to use
Element
rather thenHTMLElement
, and addElement: pointerrawupdate
andElement.hasPointerCapture()
add See also section for Pointer Events API summary page
add Pointer Events section for interface summary page
fix
PointerEvent.altitudeAngle
andPointerEvent.azimuthAngle
property nameadd
{{secureContext_header}}
forPointerEvent.getCoalescedEvents()
andElement/pointerrawupdate_event
insert
Element/pointerrawupdate_event
PointerEvent.altitudeAngle
PointerEvent.azimuthAngle
to listsome other update
Motivation
Additional details
reference to https://w3c.github.io/pointerevents/
working on https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events
Related issues and pull requests