Skip to content

Commit ebcb9de

Browse files
committed
Clarify what happens when a border-image applies or doesn't apply. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0109.html> LC issue 21
1 parent 71eb566 commit ebcb9de

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css3-background/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,9 +2277,10 @@ <h3 id="the-border-image-source">Image Source: the 'border-image-source' propert
22772277

22782278
<p>Specifies an image to use instead of the border styles given by the
22792279
'border-style' properties and as an additional background layer for the
2280-
element. If the value is <dfn title="''none''!!'border-image-source'
2281-
value">''none''</dfn> or if the image cannot be displayed,
2282-
the border styles will be used.
2280+
element. If the value is ''none'' or if the image cannot be displayed
2281+
(or the property doesn't apply), the border styles will be used;
2282+
otherwise the element's borders are not drawn and the border image is
2283+
drawn as described in the sections below.
22832284

22842285
<h3 id="the-border-image-slice">Image Slicing: the 'border-image-slice' property</h3>
22852286

0 commit comments

Comments
 (0)