From 774ca3a164376e863d3c7cad87d4411c4d77f82a Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Mon, 5 Sep 2022 13:07:39 +0200 Subject: [PATCH] [scroll-animations-1] Let view-timeline-inset adjust start/end only Fixes #7243. --- scroll-animations-1/Overview.bs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scroll-animations-1/Overview.bs b/scroll-animations-1/Overview.bs index fc6659f614e..5d7206f3fa1 100644 --- a/scroll-animations-1/Overview.bs +++ b/scroll-animations-1/Overview.bs @@ -481,7 +481,7 @@ spec: cssom-view-1; type: dfn;
 	Name: view-timeline-inset
-	Value: [ auto | <> ]{1,4}
+	Value: [ auto | <> ]{1,2}
 	Initial: 0
 	Applies to: all elements
 	Inherited: no
@@ -506,8 +506,9 @@ spec: cssom-view-1; type: dfn;
 			defines an inward offset from the corresponding edge of the scrollport.
 	
 
-	The 'view-timeline-inset' property assigns its values to each side
-	exactly as the 'margin' property does.
+	The first value of 'view-timeline-inset' applies to the [=start=] side of the scrollport,
+	and the second value (if present) applies to the [=end=] side.
+	If the second value is not present, the first value also applies to the end side.
 
 	ISSUE: Should the initial value be zero or auto?