Skip to content

Commit 764a39b

Browse files
committed
[css-inline-3] Require both values for <text-edge> #10703
1 parent c1d67bd commit 764a39b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-inline-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,9 @@ Text Edge Metrics: the 'line-fit-edge' property</h3>
10821082
expands to
10831083

10841084
<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 ]
10871088
</pre>
10881089

10891090
The first value specifies the text [=over=] edge;
@@ -3069,6 +3070,8 @@ Changes</h2>
30693070

30703071
Changes since the <a href="https://www.w3.org/TR/2024/WD-css-inline-3-20240812/">12 August 2024 Working Draft</a>:
30713072
<ul>
3073+
<li>Made both values of <<text-edge>> required.
3074+
(<a href="https://github.com/w3c/csswg-drafts/issues/10703">Issue 10703</a>)
30723075
<li>Made 'text-box-edge' inherit; 'text-box-trim' references
30733076
the relevant value applied to the affected line box(es).
30743077
(<a href="https://github.com/w3c/csswg-drafts/issues/10904">Issue 10904</a>)

0 commit comments

Comments
 (0)