Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[css-text-decor-4] Renamed text-decoration-trim to text-decoration-inset
  • Loading branch information
SebastianZ committed Nov 6, 2025
commit 617633446c11d1b589ac8ef7bff6200e7a6f3dcc
8 changes: 4 additions & 4 deletions css-text-decor-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,10 @@ Text Decoration Line Uniformity</h3>


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

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