From 2811435d963b3a7d8a07a50dc1a64c8dad6b79ee Mon Sep 17 00:00:00 2001 From: Sahir Vellani Date: Fri, 12 Apr 2024 16:12:14 -0700 Subject: [PATCH] Introduce PointerEvent.deviceProperties This change replaces deviceId on the PointerEvent interface with a new interface, deviceProperties. DeviceProperties contains one member, uniqueId, which functionally behaves the same as the outgoing deviceId. Spec: https://github.com/w3c/pointerevents/pull/495 Bug: 330760871 Change-Id: I0f1a9f7d5589f790d94f498a38bfdf55b6f51073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5388651 Reviewed-by: Robert Flack Commit-Queue: Sahir Vellani Cr-Commit-Position: refs/heads/main@{#1286827} --- ...uniqueid-from-pointer-event.tentative.html | 44 +++++++++ ...eid-from-pointer-event-init.tentative.html | 93 +++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html create mode 100644 pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html diff --git a/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html b/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html new file mode 100644 index 00000000000000..53b4d2c8d55a38 --- /dev/null +++ b/pointerevents/deviceproperties/get-device-properties-uniqueid-from-pointer-event.tentative.html @@ -0,0 +1,44 @@ + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html b/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html new file mode 100644 index 00000000000000..029edef76944a1 --- /dev/null +++ b/pointerevents/deviceproperties/pointer-event-has-device-properties-uniqueid-from-pointer-event-init.tentative.html @@ -0,0 +1,93 @@ + + + + +
+ + + \ No newline at end of file