- From: Matt Reynolds <notifications@github.com>
- Date: Thu, 13 Feb 2025 16:47:55 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2025 00:47:59 UTC
@nondebug commented on this pull request. > + }; + </pre> + <dl> + <dt> + <dfn>touchId</dfn> attribute + </dt> + <dd> + Unique id of the touch event. Range is [0, 4294967295]. + <p> + The user agent is responsible for: + </p> + <ul> + <li>Incrementing the id for each subsequent touch event based on + information provided by the device API. + </li> + <li>Maintaining the uniqueness of the id per origin to prevent I think uniqueness is not the right word since we expect all the ID values to be initialized to the same value, also "per origin" is not right since we expect two tabs from the same origin to not use the same touch IDs. Maybe "Maintaining per-tab touch ids to prevent fingerprinting" ? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/198#pullrequestreview-2616513511 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/198/review/2616513511@github.com>
Received on Friday, 14 February 2025 00:47:59 UTC