File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1082,8 +1082,9 @@ Text Edge Metrics: the 'line-fit-edge' property</h3>
1082
1082
expands to
1083
1083
1084
1084
<pre class=prod>
1085
- <<text-edge>> = [ text | cap | ex | ideographic | ideographic-ink ]
1086
- [ text | alphabetic | ideographic | ideographic-ink ]?
1085
+ <<text-edge>> = [ text | ideographic | ideographic-ink ]
1086
+ | [ text | cap | ex | ideographic | ideographic-ink ]
1087
+ [ text | alphabetic | ideographic | ideographic-ink ]
1087
1088
</pre>
1088
1089
1089
1090
The first value specifies the text [=over=] edge;
@@ -3069,6 +3070,8 @@ Changes</h2>
3069
3070
3070
3071
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240812/">12 August 2024 Working Draft</a> :
3071
3072
<ul>
3073
+ <li> Made both values of <<text-edge>> required.
3074
+ (<a href="https://github.com/w3c/csswg-drafts/issues/10703">Issue 10703</a> )
3072
3075
<li> Made 'text-box-edge' inherit; 'text-box-trim' references
3073
3076
the relevant value applied to the affected line box(es).
3074
3077
(<a href="https://github.com/w3c/csswg-drafts/issues/10904">Issue 10904</a> )
You can’t perform that action at this time.
0 commit comments