Skip to content

Commit d8c87a9

Browse files
committed
[css-scroll-snap-1] Fix computed value lines of scroll-margin to not imply that it takes a percentage. w3c#3289
1 parent dc815b3 commit d8c87a9

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
@@ -514,7 +514,7 @@ Scroll Snapping Area: the 'scroll-margin' property {#scroll-margin}
514514
Applies to: all elements
515515
Inherited: no
516516
Percentages: n/a
517-
Computed value: per side, a computed <<length-percentage>> value
517+
Computed value: per side, an absolute length
518518
Animation type: by computed value type
519519
</pre>
520520

@@ -1041,7 +1041,7 @@ Physical Longhands for 'scroll-margin' {#margin-longhands-physical}
10411041
Applies to: all elements
10421042
Inherited: no
10431043
Percentages: n/a
1044-
Computed value: a computed <<length-percentage>> value
1044+
Computed value: absolute length
10451045
Animation type: by computed value type
10461046
</pre>
10471047

@@ -1059,7 +1059,7 @@ Flow-relative Longhands for 'scroll-margin' {#margin-longhands-logical}
10591059
Applies to: all elements
10601060
Inherited: no
10611061
Percentages: n/a
1062-
Computed value: a computed <<length-percentage>> value
1062+
Computed value: absolute length
10631063
Animation type: by computed value type
10641064
</pre>
10651065

0 commit comments

Comments
 (0)