Closed Bug 1769897 Opened 2 years ago Closed 2 years ago

Ignore snap points orthogonal to the specified scroll snap axis

Categories

(Core :: Layout: Scrolling and Overflow, defect, P3)

defect

Tracking

()

RESOLVED FIXED
102 Branch
Tracking Status
firefox102 --- fixed

People

(Reporter: hiro, Assigned: hiro)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

STR;

  1. Open attaching HTML file
  2. Click somewhere on the green box

Actual result;
Snaps to (100, 100)

Expected result;
Snaps to (100, 0)

In the HTML, there are snap points, one is (0, 100) with scroll-snap-align: start none and the other is (100, 0) with scroll-snap-align: none start, and the scroll container has scroll-snap-type: x mandatory. Thus the first snap point should be ignored.

Severity: -- → S3
Priority: -- → P3
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b37f27d7963
Ignore snap points orthogonal to the scroll snap axis. r=botond
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/34121 for changes under testing/web-platform/tests
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: