Skip to content

Commit cfb14c0

Browse files
committed
[css-backgrounds-3] Fix computed value line of 'background-image' #8604
1 parent d971aaf commit cfb14c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-backgrounds-3/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Initial: none
195195
Applies to: all elements
196196
Inherited: no
197197
Percentages: N/A
198-
Computed value: computed <<image>>
198+
Computed value: list, each item either an <<image>> or the keyword ''background-image/none''
199199
Animation type: discrete
200200
</pre>
201201

@@ -2597,6 +2597,8 @@ Changes since the 14 February 2024 Candidate Recommendation Snapshot</h3>
25972597
<li>Reverted <a href="#bg-color-move">change moving <<color>> to the front of <<final-bg-layer>></a>
25982598
in the 'background' shorthand.
25992599
(<a href="https://github.com/w3c/csswg-drafts/issues/8496">Issue 8496</a>)
2600+
<li>Fixed an error in the Computed Value line of 'background-image'.
2601+
(<a href="https://github.com/w3c/csswg-drafts/issues/8604">Issue 8604</a>)
26002602
</ul>
26012603

26022604

0 commit comments

Comments
 (0)