Skip to content

Commit 3f80c19

Browse files
committed
[css-backgrounds-4] Define background-clip: text
1 parent 4526f8c commit 3f80c19

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,26 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
128128
This property specifies the background position's block-axis component.
129129
An omitted origin keyword is assumed to be ''background-position-block/start''.
130130

131+
<h3 id='background-clip'>
132+
Painting Area: the 'background-clip' property</h3>
133+
134+
<pre class="propdef partial">
135+
Name: background-clip
136+
New Values: text
137+
</pre>
138+
139+
Issue: Or should this be defining the <css>-webkit-background-clip</css> property,
140+
saying that all the values are identical,
141+
with this additional ''text'' value?
142+
143+
<dl dfn-type=value dfn-for=background-clip>
144+
<dt><dfn>text</dfn>
145+
<dd>
146+
The background is painted within (clipped to)
147+
the union of the border box
148+
and the geometry of the text in the element and its in-flow and floated descendants.
149+
</dl>
150+
131151
<h2 id="corners">
132152
Corners</h2>
133153

0 commit comments

Comments
 (0)