Skip to content

Commit 885ed48

Browse files
authored
[css-scroll-snap-1] Make <'scroll-padding'> syntax uniform with others
Move `auto` keyword in the beginning like in any other syntaxes.
1 parent 5d750a8 commit 885ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}
422422

423423
<pre class="propdef shorthand">
424424
Name: scroll-padding
425-
Value: [ <<length-percentage>> | auto ]{1,4}
425+
Value: [ auto | <<length-percentage>> ]{1,4}
426426
Initial: auto
427427
Applies to: <a>scroll containers</a>
428428
Inherited: no

0 commit comments

Comments
 (0)