Skip to content

FF141 PointerEvent.persistentDeviceId - Relnote/layout #40035

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update files/en-us/web/api/pointerevent/persistentdeviceid/index.md
  • Loading branch information
hamishwillee committed Jul 7, 2025
commit d041462b97683db085b22a3bf2ae3ce380ecd577
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An integer, or `0` if the device generating the `PointerEvent` could not be iden
Assuming the following HTML:

```html
<canvas id="inking-surface" width="300" height="200"></canvas>
<canvas id="inking-surface" width="1280" height="720"></canvas>
```

The following JavaScript assigns a different inking color to up to three unique pointers interacting with a canvas:
Expand Down