Re: [csswg-drafts] [cssom-view] Clarify "scroll an element into view" algorithm with smooth behavior (#3127)

Another maybe-tangential issue reported in Chromium is how to deal with multiple scrollintoview calls, for example scrollingtoview targetelement1 (smoothly) and scrollingtoview targetelement2 (instant):

    <div class="smooth-scrolling-div">
          targetelement1
    </div>
   
    ...

    targetelement2

or any other more complex setup. See https://bugs.chromium.org/p/chromium/issues/detail?id=833617

-- 
GitHub Notification of comment by fred-wang
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3127#issuecomment-680911546 using your GitHub account


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

Received on Wednesday, 26 August 2020 14:22:37 UTC