You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2025/pointer-events-wg.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ <h2>Scope</h2>
157
157
<ul>
158
158
<li>Addition of <ahref="https://www.w3.org/TR/pointerevents3/#details-of-touch-action-values">direction-specific values for <code>touch-action</code></a>, giving finer-grained control of panning touch behaviors</li>
159
159
<li>Clarifying relationship between pointer events and other behaviors/event models, such as mouse events, pointer lock, and drag and drop</li>
160
-
<li>Exploration of how basic high-level gestures — such as "swipe left" or "two-finger tap" — could be exposed to web content authors</li>
161
-
<li>Additional clarifications of API behavior and performance optimizations (see <ahref="https://github.com/w3c/pointerevents/issues?q=is%3Aissue+is%3Aopen+label%3Av3">issues marked for future consideration in GitHub</a>)</li>
160
+
<li>Support for simplified basic high-level gestures for common interaction, such as "swipe left" or "two-finger tap"</li>
161
+
<li>Additional clarifications of API behavior and performance optimizations (see <ahref="https://github.com/w3c/pointerevents/issues?q=is%3Aissue+is%3Aopen+label%3Av4">issues marked for future consideration in GitHub</a>)</li>
162
162
</ul>
163
163
164
164
<sectionid="section-out-of-scope">
@@ -172,7 +172,7 @@ <h3 id="out-of-scope">Out of Scope</h3>
172
172
<li>Comparisons between time stamps of pointers to determine an action.</li>
173
173
<li>Comparisons between combinations of pointers and/or their time stamps to determine an action.</li>
174
174
<li>Determining an action based on comparison to a threshold (e.g., scroll speed based on a pressure threshold, panning based on distance threshold, press-and-hold based on a timing threshold).</li>
175
-
<li>APIs or functionality processing data that is indicative of a confidence level that a pointer is associated with a gesture.</li>
175
+
<li>APIs for interpreting abstract user intent that a pointer is associated with a gesture.</li>
176
176
</ul>
177
177
</li>
178
178
@@ -315,6 +315,10 @@ <h2>Coordination</h2>
315
315
<section>
316
316
<h3id="w3c-coordination">W3C Groups</h3>
317
317
<dl>
318
+
<dt><ahref="https://www.w3.org/groups/wg/css">Cascading Style Sheets (CSS) Working Group</a></dt>
319
+
<dd>
320
+
This Group develops the CSS specifications that define the visual rendering of web content. Coordination with this Group is needed for new values for the <code>touch-action</code> CSS property defined in the <ahref="https://www.w3.org/TR/pointerevents/#the-touch-action-css-property">Pointer Events specification</a>.
321
+
</dd>
318
322
<dt><ahref="https://www.w3.org/groups/wg/das">Devices and Sensors Working Group</a></dt>
319
323
<dd>
320
324
The mission of the Devices and Sensors Working Group (DAS WG) is to create secure and privacy-preserving client-side APIs that enable the development of web applications that interact with device capabilities.
0 commit comments