Skip to content

Commit 6d37258

Browse files
committed
[css-text-decor] Make 'text-decoration-skip: ink' not apply to line-throughs, per WG resolution. <https://www.w3.org/mid/CADhPm3vcLHbfAhsZi8OCT+kuQOuxt_qH4rimVTewkvNR=SUi=Q@mail.gmail.com>
1 parent c541b15 commit 6d37258

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-text-decor/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,16 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
289289
<dd>Skip over where glyphs are drawn:
290290
interrupt the decoration line to let the shape of the text show through
291291
where the text decoration would otherwise cross over a glyph.
292-
The UA must skip a small distance to either side of the glyph outline.
292+
The UA must also skip a small distance to either side of the glyph outline.
293293
<div class="figure">
294294
<p><img title="text-decoration-skip: ink"
295295
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
296296
src="decoration-skip-ink.png"
297297
>
298298
<p class="caption">''text-decoration-skip: ink''</p>
299299
</div>
300+
This value only applies to overlines and underlines;
301+
line-throughs are unaffected.
300302
<dt><dfn value for="text-decoration-skip">edges</dfn></dt>
301303
<dd>The UA should place the start and end of the line inwards slightly
302304
(e.g. by half a line thickness)
@@ -910,17 +912,15 @@ Painting Order of Text Decorations</h2>
910912
Changes</h2>
911913

912914
<h3 class="no-num" id="recent-changes">
913-
Changes since the <a href="https://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/">January 2013 Last Call Working Draft</a></h3>
915+
Changes since the <a href="https://www.w3.org/TR/2015/CR-css-writing-modes-3-20151215/">December 2015 Candidate Recommendation</a></h3>
914916

915917
<p>Significant changes include:</p>
916918

917919
<ul>
918-
<li>Clarified definitions of 'text-decoration-skip' values.
919-
<li>Updated required behavior of emphasis marks in the presence of ruby, based on implementation feedback.
920+
<li>Specified that line-throughs are unaffected by 'text-decoration-skip: ink'.
921+
(<a href="https://github.com/w3c/csswg-drafts/issues/711">Issue 771</a>)
920922
</ul>
921923

922-
<p>A <a href="issues-lc-2013">Disposition of Comments</a> is available.
923-
924924
<h2 class="no-num" id="default-stylesheet">
925925
Appendix C: Default UA Stylesheet</h2>
926926

0 commit comments

Comments
 (0)