From 764a39bbb4e97fb37bcfe26d06f434a9692d6f6c Mon Sep 17 00:00:00 2001 From: fantasai Date: Fri, 13 Dec 2024 01:29:27 -0500 Subject: [PATCH] [css-inline-3] Require both values for #10703 --- css-inline-3/Overview.bs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs index 089156aa036..24123ff10d1 100644 --- a/css-inline-3/Overview.bs +++ b/css-inline-3/Overview.bs @@ -1082,8 +1082,9 @@ Text Edge Metrics: the 'line-fit-edge' property expands to
-		<> = [ text | cap | ex | ideographic | ideographic-ink ]
-		              [ text | alphabetic | ideographic | ideographic-ink ]?
+		<> = [ text | ideographic | ideographic-ink ]
+		              | [ text | cap | ex | ideographic | ideographic-ink ]
+		                [ text | alphabetic | ideographic | ideographic-ink ]
 	
The first value specifies the text [=over=] edge; @@ -3069,6 +3070,8 @@ Changes Changes since the 12 August 2024 Working Draft: