Re: [csswg-drafts] [css-scroll-snap-1] Alignment when scrolling to an element with scroll-snap-align (#9576)

Small correction - the interop 2022 failures are `scroll-target-snap-001.html` and `scroll-target-snap-002.html`.  These are snap containers (with proximity snapping).  Chrome gives precedence to (default) ScrollIntoViewOptions over (explicit) `scroll-snap-align`.  But on this point I observe that the Scroll Snap spec is in contradiction to the CSSOM View spec (re. how to "scroll a target into view"); we can't satisfy them both as written.

The tests `scroll-target-align-001.html` and `scroll-target-align-002.html` are also failing in Chrome but not tagged with interop 2022.  These are the ones testing what the Scroll Snap spec declares to be optional behavior around honoring `scroll-snap-align` in NON-snapping containers (`scroll-snap-type: none`).

-- 
GitHub Notification of comment by skobes-chromium
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9576#issuecomment-1803095409 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 9 November 2023 03:10:59 UTC