Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add issue ref.
  • Loading branch information
mustaqahmed committed Jul 17, 2025
commit b579a1bb1b0f264df91839941ad3357dd13c33df
3 changes: 1 addition & 2 deletions cssom-view-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ This specification depends on the WHATWG Infra standard. [[!INFRA]]
<h3 id=scrolling>Scrolling</h3>

<div algorithm="perform a scroll of a box">
<!-- @@@:done -->

When a user agent is to <dfn export>perform a scroll</dfn> of a <a>scrolling box</a> <var>box</var>,
to a given position <var>position</var>,
Expand Down Expand Up @@ -441,10 +440,10 @@ the following steps must be run:

Note: If the scroll position did not change as a result of the user interaction or programmatic invocation, where no translations were applied as a result, then no <a event>scrollend</a> event fires because no scrolling occurred.

Issue: What values to use when fulfilling programmatic scroll promises at scroll completion vs interruption? #12355
</div>

<div algorithm="perform a scroll of a viewport">
<!-- @@@:done -->

When a user agent is to <dfn for="viewport" export>perform a scroll</dfn> of a <a>viewport</a> to a given position <var>position</var> and optionally a scroll behavior <var>behavior</var>
(which is "<code>auto</code>" if omitted) it must perform a coordinated viewport scroll by following these steps:
Expand Down