You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-backgrounds-4] Clarified that decorations and emphasis marks are included in background-clip: text and text color has no influence on clipping (#13043)
Copy file name to clipboardExpand all lines: css-backgrounds-4/Overview.bs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1035,7 +1035,8 @@ Painting Area: the 'background-clip' property</h3>
1035
1035
<dd>
1036
1036
The background is painted within (clipped to)
1037
1037
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.
0 commit comments