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
Copy file name to clipboardExpand all lines: css-backgrounds-4/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Painting Area: the 'background-clip' property</h3>
161
161
The syntax of the property is given with
162
162
163
163
<pre class=prod>
164
-
<dfn><bg-clip></dfn> = <<visual-box>> | border| text
164
+
<dfn><bg-clip></dfn> = <<visual-box>> | border-area| text
165
165
</pre>
166
166
167
167
Issue: Or should this be defining the <css>-webkit-background-clip</css> property,
@@ -180,7 +180,7 @@ Painting Area: the 'background-clip' property</h3>
180
180
the intersection of the border box
181
181
and the geometry of the text in the element and its in-flow and floated descendants.
182
182
183
-
<dt><dfn>border</dfn></dt>
183
+
<dt><dfn>border-area</dfn></dt>
184
184
<dd>
185
185
The background is clipped to the area painted by the border, taking 'border-width' and 'border-style' into account but ignoring any transparency introduced by 'border-color'.
0 commit comments