Skip to content

Commit 393d76d

Browse files
authored
Remove mention of percentage in decoration-trim (#12597)
The grammar for text-decoration-trim does not accept percentages, so remove (at least for now) any mention of how percentages are resolved for this property.
1 parent f52013a commit 393d76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-text-decor-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-trim' property
902902
and the [=end=] edge of the last fragment,
903903
and may accumulate to other fragments if the amount of the trim
904904
is more than the length of the fragment.
905-
Percentages are relative to the total length of the [=decorating box=].
905+
<!-- Percentages are relative to the total length of the [=decorating box=]. -->
906906
* for ''box-decoration-break/clone''
907907
trimming is applied to each fragment independently.
908908
<!-- and percentages are relative to the length of that fragment individually -->
@@ -2210,4 +2210,4 @@ No new privacy considerations have been reported on this specification.
22102210

22112211
<h2 class=no-num id=security>Security Considerations</h2>
22122212

2213-
No new security considerations have been reported on this specification.
2213+
No new security considerations have been reported on this specification.

0 commit comments

Comments
 (0)