Skip to content

Commit 1d12301

Browse files
committed
[css-scroll-snap-1] Correct applies-to line for scroll-padding shorthands. Fixes #5845
1 parent 1f8e0a3 commit 1d12301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
11241124
Name: scroll-padding-block, scroll-padding-inline
11251125
Value: [ auto | <<length-percentage>> ]{1,2}
11261126
Initial: auto
1127-
Applies to: all elements
1127+
Applies to: <a>scroll containers</a>
11281128
Inherited: no
11291129
Percentages: relative to the scroll container’s scrollport
11301130
Animation type: by computed value
@@ -1296,6 +1296,9 @@ Changes Since 19 March 2019 CR {#changes-20190319}
12961296
the [=optimal viewing region=] is the remaining area
12971297
that intersects with the visual viewport.</ins></p>
12981298
</blockquote>
1299+
<li id="change-2019-padding-applies-to">
1300+
Corrected the “Applies to” line for 'scroll-padding-inline' and 'scroll-padding-block'.
1301+
(<a href="https://github.com/w3c/csswg-drafts/issues/5845">Issue 5845</a>)
12991302
</ul>
13001303

13011304
A <a href="https://drafts.csswg.org/css-scroll-snap-1/issues-cr-2019">Disposition of Comments</a> is available.

0 commit comments

Comments
 (0)