Skip to content

Commit 022d5b8

Browse files
committed
[css-backgrounds-3][css-shapes-1][css-lists-3] Generalize computed <<image>> lines. #4042
1 parent c88393b commit 022d5b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css-backgrounds-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ value associated with the bottom-most background image layer.
252252
<td>N/A
253253
<tr>
254254
<th>Computed value:
255-
<td>as specified, but with URIs made absolute
255+
<td>computed <<image>>
256256
<tr>
257257
<th>Animation type:
258258
<td>discrete
@@ -2210,7 +2210,7 @@ this:
22102210
<td>N/A
22112211
<tr>
22122212
<th>Computed value:
2213-
<td>the keyword ''border-image-source/none'' or the specified image with URIs made absolute
2213+
<td>the keyword ''border-image-source/none'' or the computed <<image>>
22142214
<tr>
22152215
<th>Animation type:
22162216
<td>discrete

css-lists-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Image Markers: the 'list-style-image' property</h3>
240240
Applies to: <a>list items</a>
241241
Inherited: yes
242242
Percentages: n/a
243-
Computed value: computed value of the <<image>>, or ''list-style-image/none''
243+
Computed value: the keyword ''list-style-image/none''or the computed <<image>>
244244
Animation type: discrete
245245
</pre>
246246

css-shapes-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ Float Area Shape: the 'shape-outside' property</h3>
846846
Initial: none
847847
Applies to: floats
848848
Inherited: no
849-
Computed value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied), the <<image>> with its URI made absolute, otherwise as specified.
849+
Computed value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied); else the computed <<image>>; else the keyword as specified
850850
Animation type: as <a href="#basic-shape-interpolation">defined</a> for <<basic-shape>>, otherwise discrete
851851
</pre>
852852

0 commit comments

Comments
 (0)