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
Prev Previous commit
Next Next commit
[css-text-decor-4] Removed mentions of text-decoration-skip-inset
Any mentions of `text-decoration-skip-inset` were either removed or replaced by `text-decoration-inset`.
  • Loading branch information
SebastianZ committed Nov 6, 2025
commit e65558533c9f9e9dcbfa01fff74cbb1d21b5a21b
9 changes: 4 additions & 5 deletions css-text-decor-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ Text Decoration Line Uniformity</h3>
</div>


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

<pre class="propdef">
Expand All @@ -882,7 +882,7 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-inset' propert
the first applies to the [=start=] and the second to the [=end=].
Values have the following meanings:

<dl dfn-type=value dfn-for=text-decoration-skip-inset>
<dl dfn-type=value dfn-for=text-decoration-inset>
<dt><dfn><<length>></dfn></dt>
<dd>
Inset (positive) or outset (negative)
Expand All @@ -907,12 +907,12 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-inset' propert
(This is important in Chinese, where underlining is a form of punctuation.)

<div class="figure">
<p><img title="text-decoration-skip-inset: auto"
<p><img title="text-decoration-inset: auto"
alt="An underline below a series of Chinese characters has a gap between two adjacent underlining elements."
src="images/decoration-skip-inset.png"
width="223"
height="77">
<p class="caption">''text-decoration-skip-inset: auto'' for <code>&lt;u>石井&lt;/u>&lt;u>艾俐俐&lt;/u></code>
<p class="caption">''text-decoration-inset: auto'' for <code>&lt;u>石井&lt;/u>&lt;u>艾俐俐&lt;/u></code>
</p>
</div>
</dl>
Expand Down Expand Up @@ -952,7 +952,6 @@ Text Decoration Line Continuity: the 'text-decoration-skip' shorthand and its su
The 'text-decoration-skip' property and its sub-properties
('text-decoration-skip-self',
'text-decoration-skip-box',
'text-decoration-skip-inset',
'text-decoration-skip-spaces',
'text-decoration-skip-ink')
control interruptions in line decorations
Expand Down