Skip to content

Commit

Permalink
[css-scroll-snap-2] Snap events bubble at the document. (#10377)
Browse files Browse the repository at this point in the history
This specifies the resolution on
#10173 making snap events
bubble when fired at the document.

Co-authored-by: David Awogbemila <awogbemila@chromium.org>
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
  • Loading branch information
3 people committed Jun 21, 2024
1 parent 9bcae1d commit c021927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css-scroll-snap-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ it is the snap position
that the snap container will eventually snap to
when the scrolling operation ends.

{{SnapEvent}}s do not bubble and are not cancellable.
{{SnapEvent}}s do not bubble except when the event target is the {{Document}}.
{{SnapEvent}}s are not cancellable.


<!-- Big Text: Longhand
Expand Down

0 comments on commit c021927

Please sign in to comment.