Skip to content

Commit d0c8ea8

Browse files
authored
Merge pull request #3943 from ewilligers/scroll-snap-padding-not-negative
[css-scroll-snap] scroll-padding is not negative.
2 parents 5a7ea66 + cbafaf5 commit d0c8ea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-scroll-snap-1/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ Physical Longhands for 'scroll-padding' {#padding-longhands-physical}
10231023
These <a>longhands</a> of 'scroll-padding' specify
10241024
the top, right, bottom, and left edges
10251025
of the <a>snapport</a>, respectively.
1026+
Negative values are invalid.
10261027

10271028
Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
10281029
--------------------------------------------------------------------------
@@ -1041,6 +1042,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
10411042
These <a>longhands</a> of 'scroll-padding' specify
10421043
the block-start, inline-start, block-end, and inline-end edges
10431044
of the <a>snapport</a>, respectively.
1045+
Negative values are invalid.
10441046

10451047
<pre class="propdef shorthand">
10461048
Name: scroll-padding-block, scroll-padding-inline

0 commit comments

Comments
 (0)