Skip to content

Commit e655585

Browse files
committed
[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`.
1 parent 6176334 commit e655585

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-text-decor-4/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ Text Decoration Line Uniformity</h3>
859859
</div>
860860

861861

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

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

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

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

0 commit comments

Comments
 (0)