Skip to content

Commit 621beb4

Browse files
cdoublevfantasai
authored andcommitted
[css-images-4] Allow omitting resolution/type in image-set()
1 parent afafaa5 commit 621beb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Resolution/Type Negotiation: the ''image-set()'' notation {#image-set-notation}
189189
<pre class='prod'>
190190
<<image-set()>> = image-set( <<image-set-option>># )
191191
<dfn>&lt;image-set-option></dfn> = [ <<image>> | <<string>> ]
192-
[ <<resolution>> || type(<<string>>) ]
192+
[ <<resolution>> || type(<<string>>) ]?
193193
</pre>
194194

195195
Issue: We should add "w" and "h" dimensions as a possibility

0 commit comments

Comments
 (0)