Skip to content

Commit a77f9d3

Browse files
committed
[css-images] Clarify handling of <<image>> in downlevel clients.
1 parent 2121683 commit a77f9d3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

css-images/Overview.bs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Image Values: the <<image>> type {#image-values}
115115
is treated as ''list-style-type/none'',
116116
allowing the 'list-style-type' to render in its place. [[CSS2]]
117117

118-
119118
<!--
120119
██ ██ ██ ████████ ██ ██
121120
██ ██ ██ ██ ██ ██ ██

css-values-3/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,10 @@ Colors: the <<color>> type</h3>
13881388
Images: the <<image>> type</h3>
13891389

13901390
The <<image>> data type is defined in [[!CSS3-IMAGES]].
1391-
UAs that support CSS Image Values Level 3 or its successor must interpret <<image>> as defined therein.
1391+
UAs that support CSS Image Values Level 3 or its successor
1392+
must interpret <<image>> as defined therein.
1393+
UAs that do not yet support CSS Images Level 3
1394+
must interpret <<image>> as <<url>>.
13921395

13931396
<!--
13941397
████████ ███████ ██████ ████ ████████ ████ ███████ ██ ██

css-values/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,10 @@ Colors: the <<color>> type</h3>
14751475
Images: the <<image>> type</h3>
14761476

14771477
The <<image>> data type is defined in [[!CSS3-IMAGES]].
1478-
UAs that support CSS Image Values Level 3 or its successor must interpret <<image>> as defined therein.
1478+
UAs that support CSS Images Level 3 or its successor
1479+
must interpret <<image>> as defined therein.
1480+
UAs that do not yet support CSS Images Level 3
1481+
must interpret <<image>> as <<url>>.
14791482

14801483
<!--
14811484
████████ ███████ ██████ ████ ████████ ████ ███████ ██ ██

0 commit comments

Comments
 (0)