We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f32f2 commit ccde9f0Copy full SHA for ccde9f0
1 file changed
css-images/Overview.bs
@@ -137,11 +137,9 @@ Resolution Negotiation: the ''image-set()'' notation {#image-set-notation}
137
138
<pre class='prod'>
139
<dfn caniuse="css-image-set">image-set()</dfn> = image-set( <<image-set-option>># )
140
- <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ] [ <<resolution>> | <<x-resolution>> ]
+ <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ] <<resolution>>
141
</pre>
142
143
- <dfn><<x-resolution>></dfn> is a <<dimension-token>> with a unit of <css>x</css>, and is treated the same as if the unit were ''dppx''.
144
-
145
Issue: We should add "w" and "h" dimensions as a possibility, and a "format()" function,
146
to match the functionality of HTML's <a element>picture</a>.
147
0 commit comments