Skip to content

Commit e91524d

Browse files
committed
Added missing 'space' keyword in syntax of 'border-image-repeat'.
1 parent e34c187 commit e91524d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ <h3 id="the-border-image-repeat">The 'border-image-repeat' property</h3>
24052405
<td><dfn>border-image-repeat</dfn>
24062406
<tr>
24072407
<th>Value:
2408-
<td>[ stretch | repeat | round ]{1,2}
2408+
<td>[ stretch | repeat | round | space ]{1,2}
24092409
<tr>
24102410
<th>Initial:
24112411
<td>stretch

0 commit comments

Comments
 (0)