Skip to content

Commit 89ce6c7

Browse files
committed
Extend CSS scroll-direction production to match the WebIDL enum
1 parent 1daeaa0 commit 89ce6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Canonical order: per grammar
553553

554554
<dfn>&lt;single-animation-timeline></dfn> = auto | scroll([element(<<id-selector>>)[, <<scroll-direction>>[, <<scroll-offset>>[, <<scroll-offset>>[, <<time>>[, <<single-animation-fill-mode>>]]]]]])
555555

556-
<dfn>&lt;scroll-direction></dfn> = auto | horizontal | vertical
556+
<dfn>&lt;scroll-direction></dfn> = auto | block | inline | horizontal | vertical
557557

558558
<dfn>&lt;scroll-offset></dfn> = <<length>> | <<percentage>> | auto
559559

0 commit comments

Comments
 (0)