File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,11 @@ Resolution Negotiation: the ''image-set()'' notation {#image-set-notation}
131131
132132 <pre class='prod'>
133133 <dfn caniuse="css-image-set">image-set()</dfn> = image-set( <<image-set-option>> # )
134- <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ] <<resolution>>
134+ <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ] [ <<resolution>> | <<x-resolution>> ]
135135 </pre>
136136
137+ <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'' .
138+
137139 Issue: We should add "w" and "h" dimensions as a possibility, and a "format()" function,
138140 to match the functionality of HTML's <a element>picture</a> .
139141
You can’t perform that action at this time.
0 commit comments