commit | ce4bc9571462aa298d79b591df9d997323cf5157 | [log] [tgz] |
---|---|---|
author | David Awogbemila <awogbemila@chromium.org> | Fri Sep 08 16:33:07 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 08 16:33:07 2023 |
tree | 4584b1f03558a288911ea431cb4b30c3d671ae56 | |
parent | 5e2c7f1419135d98477edba3a3a8cf292a8dd36d [diff] |
[css-scroll-snap-2] Add snapChanged event snapChanged is a new JavaScript event defined by the css-scroll-snap-2 spec[1]. This event is explained here[2] and will be more fleshed out in the spec[1] when this PR[3] is merged. Bug:1456339 [1]https://drafts.csswg.org/css-scroll-snap-2/#snapchanged-and-snapchanging [2]https://github.com/argyleink/ScrollSnapExplainers/tree/main/ [3]https://github.com/w3c/csswg-drafts/pull/9056 Change-Id: I68015f6a96f5f0a835d5731fcc85441bfbf84368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4599849 Commit-Queue: David Awogbemila <awogbemila@chromium.org> Reviewed-by: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/main@{#1194164}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.