Skip to content

Commit 0212def

Browse files
committed
[css-text-decor-4] Renamed text-decoration-trim to text-decoration-inset
1 parent a735b15 commit 0212def

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
@@ -836,10 +836,10 @@ Text Decoration Line Uniformity</h3>
836836

837837

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

841841
<pre class="propdef">
842-
Name: text-decoration-trim
842+
Name: text-decoration-inset
843843
Value: <<length>>{1,2} | auto
844844
Initial: 0
845845
Applies to: all elements
@@ -870,7 +870,7 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-trim' property
870870
<pre>
871871
h1 {
872872
text-decoration: underline 0.3em rgba(36,148,187,0.25);
873-
text-decoration-trim: 1em -1em;
873+
text-decoration-inset: 1em -1em;
874874
}
875875
</pre>
876876
</div>
@@ -2155,7 +2155,7 @@ Changes since the 4 May 2022 Working Draft</h3>
21552155
<ul>
21562156
<li>Redesigned 'text-decoration-skip-self'.
21572157
(<a href="https://github.com/w3c/csswg-drafts/issues/2885">Issue 2885</a>)
2158-
<li>Replaced <css>text-decoration-skip-edges</css> with 'text-decoration-trim'.
2158+
<li>Replaced <css>text-decoration-skip-edges</css> with 'text-decoration-inset'.
21592159
(<a href="https://github.com/w3c/csswg-drafts/issues/4557">Issue 4557</a>)
21602160
<li>Redefined [=spacers=] for 'text-decoration-skip-spaces' to reference [=Unicode General Category=] <code>Zs</code>
21612161
and to only additionally include word separators when skipping all spaces.

0 commit comments

Comments
 (0)