File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Resolution/Type Negotiation: the ''image-set()'' notation {#image-set-notation}
174
174
for example, if the user is on a slow mobile connection,
175
175
they may prefer to receive lower-res images
176
176
rather than waiting for a large proper-res image to load.
177
- The '' image-set()'' function allows an author to ignore most of these issues,
177
+ The <dfn> image-set()</dfn> function allows an author to ignore most of these issues,
178
178
simply providing multiple resolutions of an image
179
179
and letting the UA decide which is most appropriate in a given situation.
180
180
@@ -188,7 +188,7 @@ Resolution/Type Negotiation: the ''image-set()'' notation {#image-set-notation}
188
188
The syntax for ''image-set()'' is:
189
189
190
190
<pre class='prod'>
191
- <dfn caniuse="css- image-set">image-set()</dfn > = image-set( <<image-set-option>> # )
191
+ << image-set()> > = image-set( <<image-set-option>> # )
192
192
<dfn><image-set-option></dfn> = [ <<image>> | <<string>> ]
193
193
[ <<resolution>> || type(<<string>> ) ]
194
194
</pre>
You can’t perform that action at this time.
0 commit comments