Skip to content

Commit d4e4d3b

Browse files
committed
[css-scroll-snap] Step-by-step de-duping of re-snapping requirements. Step 4: Drop reachability requirement, since it's already handled in #unreachable Unreachable Snap Positions
1 parent 7e886a3 commit d4e4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-scroll-snap/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Scroll Snapping Rules: the 'scroll-snap-type' property {#scroll-snap-type}
342342
and re-snap if required.
343343
If the <a>scroll container</a> was <a>snapped</a> before the content change
344344
and that same snap position still exists
345-
(e.g. its associated element was not deleted) and is reachable,
345+
(e.g. its associated element was not deleted),
346346
the scroll container must be re-snapped to that same snap position
347347
after the content change.
348348

0 commit comments

Comments
 (0)