Skip to content

Commit 52c94b2

Browse files
committed
[css-text-decor-4] Renamed text-decoration-trim to text-decoration-inset
1 parent 5accfe6 commit 52c94b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-text-decor-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -860,10 +860,10 @@ Text Decoration Line Uniformity</h3>
860860

861861

862862
<h4 id="text-decoration-skip-inset-property">
863-
Text Decoration Line Trimming and Extension: the 'text-decoration-trim' property</h4>
863+
Text Decoration Line Trimming and Extension: the 'text-decoration-inset' property</h4>
864864

865865
<pre class="propdef">
866-
Name: text-decoration-trim
866+
Name: text-decoration-inset
867867
Value: <<length>>{1,2} | auto
868868
Initial: 0
869869
Applies to: all elements
@@ -894,7 +894,7 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-trim' property
894894
<pre>
895895
h1 {
896896
text-decoration: underline 0.3em rgba(36,148,187,0.25);
897-
text-decoration-trim: 1em -1em;
897+
text-decoration-inset: 1em -1em;
898898
}
899899
</pre>
900900
</div>
@@ -2185,7 +2185,7 @@ Changes since the 4 May 2022 Working Draft</h3>
21852185
<ul>
21862186
<li>Redesigned 'text-decoration-skip-self'.
21872187
(<a href="https://github.com/w3c/csswg-drafts/issues/2885">Issue 2885</a>)
2188-
<li>Replaced <css>text-decoration-skip-edges</css> with 'text-decoration-trim'.
2188+
<li>Replaced <css>text-decoration-skip-edges</css> with 'text-decoration-inset'.
21892189
(<a href="https://github.com/w3c/csswg-drafts/issues/4557">Issue 4557</a>)
21902190
<li>Redefined [=spacers=] for 'text-decoration-skip-spaces' to reference [=Unicode General Category=] <code>Zs</code>
21912191
and to only additionally include word separators when skipping all spaces.

0 commit comments

Comments
 (0)