Skip to content

Commit

Permalink
Use DOMPoint and DOMRect
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyneedham committed Nov 14, 2024
1 parent 9421da4 commit 436b0c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

implementationReportURI: "https://wpt.fyi/results/gamepad",
caniuse: "gamepad",
xref: ["HTML", "DOM", "PERMISSIONS-POLICY", "HR-TIME", "Infra"],
xref: ["HTML", "DOM", "PERMISSIONS-POLICY", "HR-TIME", "Infra", "geometry"],
};
</script>
</head>
Expand Down Expand Up @@ -1178,13 +1178,13 @@ <h2>
stylus, etc) makes contact with the touch device, up to the time the
input medium is no longer making contact with the touch device.
</p>
<pre class="idl">
<pre class="idl" data-cite="geometry">
[Exposed=Window, SecureContext]
interface GamepadTouch {
readonly attribute unsigned long touchId;
readonly attribute octet surfaceId;
readonly attribute Float32Array position;
readonly attribute Uint32Array? surfaceDimensions;
readonly attribute DOMPoint position;
readonly attribute DOMRect? surfaceDimensions;
};
</pre>
<dl>
Expand Down

0 comments on commit 436b0c1

Please sign in to comment.