Intent to Ship: Wheel event momentum

206 views
Skip to first unread message

Chromestatus

unread,
Jun 16, 2026, 11:21:21 AM (11 days ago) Jun 16
to blin...@chromium.org, mus...@chromium.org
Contact emails
mus...@chromium.org

Specification
https://w3c.github.io/pointerevents/#dom-wheelevent-momentum

Summary
The wheel events on many native platforms simulate scrolling inertia: the events continue to fire for a while after the user has lifted the finger from the trackpad after a fling interaction. This feature exposes a momentum attribute in wheel events which is true only for those simulated events, differentiating them from the events fired during the physical scroll interaction. This lets web developers ignore fling events or customize rich fling effects.

Blink component
Blink>Input

Web Feature ID
Missing feature

Motivation
No information provided

Initial public proposal
No information provided

TAG review
This feature is too small and non-controversial to justify a TAG review.

TAG review status
Not applicable

Goals for experimentation
None

Risks


Interoperability and Compatibility
No information provided

Gecko: Positive (https://lists.w3.org/Archives/Public/public-pointer-events/2026JanMar/0148.html#:~:text=smaug%3A%20just%20having%20a%20flag%20should%20be%20easy.%20we%27ll%20just%20have%20to%20do%20%0Asomething%20on%20linux) Supported the feature during PEWG meeting on 2026-03-11.

WebKit: No signal

Web developers: Positive (https://github.com/w3c/pointerevents/issues/587) See the dev discussion and also many thumbs-up emojis.

Other signals:

WebView application risks

Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?

No information provided


Debuggability
No information provided

Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, ChromeOS, Android, and Android WebView)?
No

Is this feature fully tested by web-platform-tests?
No


Flag name on about://flags
No information provided

Finch feature name
WheelEventMomentum

Rollout plan
Will ship enabled for all users

Requires code in //chrome?
False

Tracking bug
https://crbug.com/40704952

Estimated milestones
Shipping on desktop151
Shipping on Android151
Shipping on WebView151


Anticipated spec changes

Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).

No information provided

Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/6631012282007552?gate=5864164607262720

This intent message was generated by Chrome Platform Status.

Mike Taylor

unread,
Jun 16, 2026, 3:32:56 PM (11 days ago) Jun 16
to Chromestatus, blin...@chromium.org, mus...@chromium.org
Can we file real vendor position issues for Gecko and WebKit (but, nice to see the comments from Olli)?
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/6a3169e4.9a65a9ce.314fea.0299.GAE%40google.com.

Mustaq Ahmed

unread,
Jun 16, 2026, 3:56:47 PM (11 days ago) Jun 16
to Mike Taylor, Chromestatus, blin...@chromium.org

Yoav Weiss (@Shopify)

unread,
Jun 17, 2026, 11:17:01 AM (10 days ago) Jun 17
to blink-dev, Mustaq Ahmed, Chromestatus, blin...@chromium.org, Mike Taylor
Is it possible to share an explainer (even an inline one) RE the use cases for this and how we expect developers to use this?

To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.

Rick Byers

unread,
Jun 17, 2026, 11:23:28 AM (10 days ago) Jun 17
to Yoav Weiss (@Shopify), blink-dev, Mustaq Ahmed, Chromestatus, Mike Taylor
Happy to see this ship (after apparently dropping the ball on it myself over a decade ago)!

Shouldn't there at least be a WPT for the existence of the `momentum` (i.e. in the IDL tests for WheelEvent)?
 
Ideally there'd also be a test that verifies the bool gets plumbed through, i,.e. by extending webdriver wheel actions. Might web developers need that for proper automated testing of these advanced scrolling UX? Can you at least file a bug to track the missing automation here? I'm OK not blocking shipping on that if you prefer.

Rick

To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/9807a897-2c36-4ce5-8e1e-244f92f33139n%40chromium.org.

Mustaq Ahmed

unread,
Jun 18, 2026, 5:00:18 PM (9 days ago) Jun 18
to Rick Byers, Yoav Weiss (@Shopify), blink-dev, Chromestatus, Mike Taylor
On Wed, Jun 17, 2026 at 11:23 AM Rick Byers <rby...@chromium.org> wrote:
Happy to see this ship (after apparently dropping the ball on it myself over a decade ago)!

Shouldn't there at least be a WPT for the existence of the `momentum` (i.e. in the IDL tests for WheelEvent)?

Yes, we have a test already for idl coverage, thanks for the catch! I updated the chromestatus entry to mention this:
pointerevents/idlharness.https.window.html (see "attribute momentum").

  Ideally there'd also be a test that verifies the bool gets plumbed through, i,.e. by extending webdriver wheel actions. Might web developers need that for proper automated testing of these advanced scrolling UX? Can you at least file a bug to track the missing automation here? I'm OK not blocking shipping on that if you prefer.

I filed this feature request for TestDriver: web-platform-tests/wpt/issues/60724


Rick

On Wed, Jun 17, 2026 at 11:17 AM Yoav Weiss (@Shopify) <yoav...@chromium.org> wrote:
Is it possible to share an explainer (even an inline one) RE the use cases for this and how we expect developers to use this?

A custom scroll curve that decays faster during the momentum phase comes to mind. I believe we can review web developers' comments about it to find more use cases (for context, this feature appears in the top third of the spec-reactions dashboard). Unfortunately, I'll need some time before I can complete a useful demo.

Rick Byers

unread,
Jun 19, 2026, 12:25:33 PM (8 days ago) Jun 19
to Mustaq Ahmed, Yoav Weiss (@Shopify), blink-dev, Chromestatus, Mike Taylor
Great, LGTM1

Rick Byers

unread,
Jun 19, 2026, 12:30:03 PM (8 days ago) Jun 19
to Mustaq Ahmed, Yoav Weiss (@Shopify), blink-dev, Chromestatus, Mike Taylor
Chromestatus warned me there is no response to the web feature question. Reading the guidance, I think probably you should request a new web feature ID for this, WDYT?

Mustaq Ahmed

unread,
Jun 19, 2026, 12:37:31 PM (8 days ago) Jun 19
to Rick Byers, Yoav Weiss (@Shopify), blink-dev, Chromestatus, Mike Taylor
Thanks Rick!

I requested a web feature ID at web-features/issues/4100 already. I thought I added the link somewhere on the Chromestatus page, sorry!

Rick Byers

unread,
Jun 19, 2026, 2:01:45 PM (8 days ago) Jun 19
to Mustaq Ahmed, Yoav Weiss (@Shopify), blink-dev, Chromestatus, Mike Taylor
No problem, thank you Mustaq!

Alex Russell

unread,
Jun 22, 2026, 2:40:03 PM (5 days ago) Jun 22
to blink-dev, Rick Byers, Yoav Weiss, blink-dev, Chromestatus, Mike Taylor, Mustaq Ahmed
LGTM2

Great, LGTM1

To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.

--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.

Chris Harrelson

unread,
Jun 22, 2026, 3:38:27 PM (5 days ago) Jun 22
to Alex Russell, blink-dev, Rick Byers, Yoav Weiss, Chromestatus, Mike Taylor, Mustaq Ahmed
LGTM3

LGTM2

Great, LGTM1

To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/235a04f5-03e8-471c-8c3f-cb72d4aa1e33n%40chromium.org.
Reply all
Reply to author
Forward
0 new messages