[Webkit-unassigned] [Bug 188043] New: Add support for ScrollOptions' ScrollBehavior and CSS scroll-behavior properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 06:41:00 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188043

            Bug ID: 188043
           Summary: Add support for ScrollOptions' ScrollBehavior and CSS
                    scroll-behavior properties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
               URL: https://drafts.csswg.org/cssom-view/#enumdef-scrollbeh
                    avior
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
                CC: cdumez at apple.com, simon.fraser at apple.com

ScrollToOptions is implemented without scroll behavior support (bug 161610) and ScrollIntoViewOptions is not implemented yet (bug 161611). Both of them derive from ScrollOptions, which accepts a ScrollBehavior parameter:

https://drafts.csswg.org/cssom-view/#enumdef-scrollbehavior

When the specified ScrollBehavior is "auto" (default), the choice between instant or smooth scrolling is decided from the CSS property:

https://drafts.csswg.org/cssom-view/#propdef-scroll-behavior

For details, see https://drafts.csswg.org/cssom-view/#scrolling

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180726/8d4f3bd1/attachment-0001.html>


More information about the webkit-unassigned mailing list