Skip to content

Commit d4273ae

Browse files
authored
[wg/pointer-events] Address TAG feedback (#735)
* Points to v4 for github issues * Added CSS WG coordination * Clarified user gesture intents (in-scope/out-of-scope)
1 parent 41eeb02 commit d4273ae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

2025/pointer-events-wg.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ <h2>Scope</h2>
157157
<ul>
158158
<li>Addition of <a href="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>
159159
<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 &mdash; such as "swipe left" or "two-finger tap" &mdash; could be exposed to web content authors</li>
161-
<li>Additional clarifications of API behavior and performance optimizations (see <a href="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 <a href="https://github.com/w3c/pointerevents/issues?q=is%3Aissue+is%3Aopen+label%3Av4">issues marked for future consideration in GitHub</a>)</li>
162162
</ul>
163163

164164
<section id="section-out-of-scope">
@@ -172,7 +172,7 @@ <h3 id="out-of-scope">Out of Scope</h3>
172172
<li>Comparisons between time stamps of pointers to determine an action.</li>
173173
<li>Comparisons between combinations of pointers and/or their time stamps to determine an action.</li>
174174
<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>
176176
</ul>
177177
</li>
178178

@@ -315,6 +315,10 @@ <h2>Coordination</h2>
315315
<section>
316316
<h3 id="w3c-coordination">W3C Groups</h3>
317317
<dl>
318+
<dt><a href="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 <a href="https://www.w3.org/TR/pointerevents/#the-touch-action-css-property">Pointer Events specification</a>.
321+
</dd>
318322
<dt><a href="https://www.w3.org/groups/wg/das">Devices and Sensors Working Group</a></dt>
319323
<dd>
320324
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

Comments
 (0)