Skip to content

Commit cd55aea

Browse files
committed
[css-backgrounds-4] Rename border to border-area. #9456
1 parent 56b865a commit cd55aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Painting Area: the 'background-clip' property</h3>
161161
The syntax of the property is given with
162162

163163
<pre class=prod>
164-
<dfn>&lt;bg-clip></dfn> = <<visual-box>> | border | text
164+
<dfn>&lt;bg-clip></dfn> = <<visual-box>> | border-area| text
165165
</pre>
166166

167167
Issue: Or should this be defining the <css>-webkit-background-clip</css> property,
@@ -180,7 +180,7 @@ Painting Area: the 'background-clip' property</h3>
180180
the intersection of the border box
181181
and the geometry of the text in the element and its in-flow and floated descendants.
182182

183-
<dt><dfn>border</dfn></dt>
183+
<dt><dfn>border-area</dfn></dt>
184184
<dd>
185185
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'.
186186
</dd>

0 commit comments

Comments
 (0)