Skip to content

Commit 122dd1f

Browse files
committed
Add missing 'background-image' to list of properties reset by 'background' shorthand.
1 parent 798cf61 commit 122dd1f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

css3-background/Overview.html

+2
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,8 @@ <h3 id=the-background><span class=secno>3.10. </span>Backgrounds Shorthand:
18091809
style sheet. The number of comma-separated items defines the number of
18101810
background layers. Given a valid declaration, for each layer the shorthand
18111811
first sets the corresponding layer of each of &lsquo;<a
1812+
href="#background-image"><code
1813+
class=property>background-image</code></a>&rsquo;, &lsquo;<a
18121814
href="#background-position"><code
18131815
class=property>background-position</code></a>&rsquo;, &lsquo;<a
18141816
href="#background-size"><code

css3-background/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ <h3 id="the-background">Backgrounds Shorthand: the 'background' property</h3>
12181218
place in the style sheet. The number of comma-separated items defines
12191219
the number of background layers. Given a valid declaration, for each layer
12201220
the shorthand first sets the corresponding layer of each of
1221+
'background-image',
12211222
'background-position',
12221223
'background-size',
12231224
'background-repeat',

0 commit comments

Comments
 (0)