Skip to content

Commit abc1853

Browse files
committed
[css-scroll-snap] Add missing auto value to scroll-padding longhands. #3189
1 parent 2db95ef commit abc1853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-scroll-snap-1/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ Physical Longhands for 'scroll-padding' {#padding-longhands-physical}
982982

983983
<pre class="propdef">
984984
Name: scroll-padding-top, scroll-padding-right, scroll-padding-bottom, scroll-padding-left
985-
Value: <<length-percentage>>
986-
Initial: 0
985+
Value: auto | <<length-percentage>>
986+
Initial: auto
987987
Applies to: <a>scroll containers</a>
988988
Inherited: no
989989
Percentages: relative to the scroll container’s scrollport
@@ -1000,7 +1000,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
10001000

10011001
<pre class="propdef">
10021002
Name: scroll-padding-inline-start, scroll-padding-block-start, scroll-padding-inline-end, scroll-padding-block-end
1003-
Value: <<length-percentage>>
1003+
Value: auto | <<length-percentage>>
10041004
Initial: auto
10051005
Applies to: <a>scroll containers</a>
10061006
Inherited: no

0 commit comments

Comments
 (0)