Skip to content

Commit 091f30a

Browse files
committed
[css-scroll-snap] Use <length-percentage>, fix linking errors.
1 parent fb08619 commit 091f30a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Status Text:
2828

2929
<pre class=link-defaults>
3030
spec: selectors-4; type: selector; text: :target
31+
spec: css-pseudo-4; type: selector;
32+
text: ::first-line
33+
text: ::first-letter
3134
</pre>
3235

3336
Introduction {#intro}
@@ -400,7 +403,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}
400403

401404
<pre class="propdef">
402405
Name: scroll-padding
403-
Value: [ <<length>> | <<percentage>> ]{1,4}
406+
Value: <<length-percentage>>{1,4}
404407
Initial: 0
405408
Applies to: <a>scroll containers</a>
406409
Inherited: no
@@ -945,7 +948,7 @@ Physical Longhands for 'scroll-padding' {#padding-longhands-physical}
945948

946949
<pre class="propdef">
947950
Name: scroll-padding-top, scroll-padding-right, scroll-padding-bottom, scroll-padding-left
948-
Value: <<length>> | <<percentage>>
951+
Value: <<length-percentage>>
949952
Initial: 0
950953
Applies to: <a>scroll containers</a>
951954
Inherited: no
@@ -964,7 +967,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
964967

965968
<pre class="propdef">
966969
Name: scroll-padding-inline-start, scroll-padding-block-start, scroll-padding-inline-end, scroll-padding-block-end
967-
Value: <<length>> | <<percentage>>
970+
Value: <<length-percentage>>
968971
Initial: 0
969972
Applies to: <a>scroll containers</a>
970973
Inherited: no
@@ -980,7 +983,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
980983

981984
<pre class="propdef">
982985
Name: scroll-padding-block, scroll-padding-inline
983-
Value: [ <<length>> | <<percentage>> ]{1,2}
986+
Value: <<length-percentage>>{1,2}
984987
Initial: 0
985988
Applies to: all elements
986989
Inherited: no

0 commit comments

Comments
 (0)