@@ -28,6 +28,9 @@ Status Text:
28
28
29
29
<pre class=link-defaults>
30
30
spec: selectors-4; type: selector; text: :target
31
+ spec: css-pseudo-4; type: selector;
32
+ text: ::first-line
33
+ text: ::first-letter
31
34
</pre>
32
35
33
36
Introduction {#intro}
@@ -400,7 +403,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}
400
403
401
404
<pre class="propdef">
402
405
Name : scroll-padding
403
- Value : [ <<length>> | << percentage>> ] {1,4}
406
+ Value : <<length- percentage>>{1,4}
404
407
Initial : 0
405
408
Applies to : <a>scroll containers</a>
406
409
Inherited : no
@@ -945,7 +948,7 @@ Physical Longhands for 'scroll-padding' {#padding-longhands-physical}
945
948
946
949
<pre class="propdef">
947
950
Name : scroll-padding-top, scroll-padding-right, scroll-padding-bottom, scroll-padding-left
948
- Value : <<length>> | << percentage>>
951
+ Value : <<length- percentage>>
949
952
Initial : 0
950
953
Applies to : <a>scroll containers</a>
951
954
Inherited : no
@@ -964,7 +967,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
964
967
965
968
<pre class="propdef">
966
969
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>>
968
971
Initial : 0
969
972
Applies to : <a>scroll containers</a>
970
973
Inherited : no
@@ -980,7 +983,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}
980
983
981
984
<pre class="propdef">
982
985
Name : scroll-padding-block, scroll-padding-inline
983
- Value : [ <<length>> | << percentage>> ] {1,2}
986
+ Value : <<length- percentage>>{1,2}
984
987
Initial : 0
985
988
Applies to : all elements
986
989
Inherited : no
0 commit comments