Skip to content

Commit 132a9ea

Browse files
committed
make text-decoration-skip:all not affect text decorations specified on the same element
1 parent 44f09b3 commit 132a9ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-text/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,7 +2302,7 @@ <h4 id="text-decoration-skip"><span class="secno">8.1.5</span>
23022302
</tr>
23032303
<tr>
23042304
<th>Value:</th>
2305-
<td>none | [ images || spaces || ink ] | all
2305+
<td>none | [ images || spaces || ink || all ]
23062306
</td>
23072307
</tr>
23082308
<tr>
@@ -2356,7 +2356,8 @@ <h4 id="text-decoration-skip"><span class="secno">8.1.5</span>
23562356
otherwise cross over a glyph. The UA may also skip a small
23572357
distance to either side of the glyph outline.</dd>
23582358
<dt><dfn title="text-decoration-skip:all">all</dfn></dt>
2359-
<dd>Skip over all content in this element.</dd>
2359+
<dd>Skip over all content in this element. This value does
2360+
<em>not</em> affect text decorations drawn by this element.</dd>
23602361
</dl>
23612362

23622363
<p class="issue">Do we need a value that <em>doesn't</em> skip

0 commit comments

Comments
 (0)