зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1509351 [wpt PR 14188] - Update interfaces/scroll-animations.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/scroll-animations.idl (#14188) Source: https://github.com/tidoust/reffy-reports/blob/ad6a3af/whatwg/idl/scroll-animations.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/458282545 -- wpt-commits: a606c3b63cc92971aff8bd1a83d2140ecd2815b1 wpt-pr: 14188
This commit is contained in:
Родитель
de23faae46
Коммит
a42e8adbaa
|
@ -4,7 +4,6 @@
|
|||
// Source: Scroll-linked Animations (https://wicg.github.io/scroll-animations/)
|
||||
|
||||
enum ScrollDirection {
|
||||
"auto",
|
||||
"block",
|
||||
"inline",
|
||||
"horizontal",
|
||||
|
@ -15,7 +14,7 @@ enum ScrollTimelineAutoKeyword { "auto" };
|
|||
|
||||
dictionary ScrollTimelineOptions {
|
||||
Element scrollSource;
|
||||
ScrollDirection orientation = "auto";
|
||||
ScrollDirection orientation = "block";
|
||||
DOMString startScrollOffset = "auto";
|
||||
DOMString endScrollOffset = "auto";
|
||||
(double or ScrollTimelineAutoKeyword) timeRange = "auto";
|
||||
|
|
Загрузка…
Ссылка в новой задаче