Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec review for Snap Events #943

Open
1 task done
DavMila opened this issue Apr 5, 2024 · 0 comments
Open
1 task done

Spec review for Snap Events #943

DavMila opened this issue Apr 5, 2024 · 0 comments

Comments

@DavMila
Copy link

DavMila commented Apr 5, 2024

こんにちは TAG-さん!

I'm requesting a TAG review of Snap Events.

CSS scroll snap points are often used as a mechanism to create interactive scroll "selection" components, giving authors control over what areas of its content a scrolling container can settle. This proposal adds 2 JavaScript events, “snapchanging” and “snapchanged”, which fire in response to the scrolling/snapping of containers which snap. snapchanging is a JavaScript event that aims to let the web page know, as early as possible, that a scrolling operation will result in a change in the element the container being scrolled is snapped to. snapchanged is a JavaScript event that fires when a scrolling operation is complete and the scroller has snapped to a different element than it was previously snapped to.

Further details:

  • I have reviewed the TAG's Web Platform Design Principles
  • Relevant time constraints or deadlines: Interested in shipping when possible
  • The group where the work on this specification is currently being done: CSSWG
  • The group where standardization of this work is intended to be done (if current group is a community group or other incubation venue):
  • Major unresolved issues with or opposition to this specification:
    • csswg-drafts issue #10173: Should snap events fired at the document bubble?
    • csswg-drafts issue #10175: Should pseudo-elements show up as null SnapEvent.snapTargetBlock/Inline?
    • csswg-drafts issue #9697: Use present tense for snap event names.
  • This work is being funded by: Google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant