Skip to content

Commit

Permalink
Correct xref, remove Glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyneedham committed Jan 9, 2025
1 parent e2e4f3b commit db8fe0f
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 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", "geometry"],
xref: ["HTML", "DOM", "PERMISSIONS-POLICY", "HR-TIME", "Infra", "geometry-1"],
};
</script>
</head>
Expand Down Expand Up @@ -738,7 +738,7 @@ <h3>
<li>
<p>
|position|[0] should be set to the device X coordinate
relative to the device [=touch surface=] and normalized
relative to the device touch surface and normalized
to [-1.0,1.0] where -1.0 is the leftmost coordinate and
1.0 is the rightmost coordinate.
</p>
Expand All @@ -751,7 +751,7 @@ <h3>
<li>
<p>
|position|[1] should be set to the device Y coordinate
relative to the device [=touch surface=] and normalized
relative to the device touch surface and normalized
to [-1.0,1.0] where -1.0 is the topmost coordinate and
1.0 is the bottommost coordinate.
</p>
Expand Down Expand Up @@ -1177,7 +1177,7 @@ <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" data-cite="geometry">
<pre class="idl" data-cite="geometry-1">
[Exposed=Window, SecureContext]
interface GamepadTouch {
readonly attribute unsigned long touchId;
Expand Down Expand Up @@ -2449,24 +2449,6 @@ <h2>
</p>
</div>
</section>
<section>
<h3>
Glossary
</h3>
<p>
<dfn data-dfn-for="gamepad">touch surface</dfn> is a surface that can detect contact from a
users fingers and report where on the surface the contact is made.
</p>
<p>
<dfn data-dfn-for="gamepad">touch surface enumeration order</dfn> is an ordered listing of all
the surfaces in a |gamepad|.
</p>
<p>
<dfn>active touch point</dfn> is defined in the <a href=
"https://w3c.github.io/touch-events/#dfn-active-touch-point">Touch
Events - Level 2</a> specification.
</p>
</section>
<section id='conformance'>
<!-- This section is filled automatically by ReSpec. -->
</section>
Expand Down

0 comments on commit db8fe0f

Please sign in to comment.