Skip to content

Commit 550a17c

Browse files
authored
[css-backgrounds-4] Clarified that decorations and emphasis marks are included in background-clip: text and text color has no influence on clipping (#13043)
As per resolution from #900 (comment).
1 parent 3d7141a commit 550a17c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,8 @@ Painting Area: the 'background-clip' property</h3>
10351035
<dd>
10361036
The background is painted within (clipped to)
10371037
the intersection of the border box
1038-
and the geometry of the text in the element and its [=in-flow=] and floated descendants.
1038+
and the geometry of the text including any decorations and <a href="https://www.w3.org/TR/css-text-decor-4/#emphasis-marks">emphasis marks</a> in the element and its [=in-flow=] and floated descendants.
1039+
The text color has no effect on the painting of the background.
10391040

10401041
<dt><dfn>border-area</dfn></dt>
10411042
<dd>

0 commit comments

Comments
 (0)