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}
174174 for example, if the user is on a slow mobile connection,
175175 they may prefer to receive lower-res images
176176 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,
178178 simply providing multiple resolutions of an image
179179 and letting the UA decide which is most appropriate in a given situation.
180180
@@ -188,7 +188,7 @@ Resolution/Type Negotiation: the ''image-set()'' notation {#image-set-notation}
188188 The syntax for ''image-set()'' is:
189189
190190 <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>> # )
192192 <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ]
193193 [ <<resolution>> || type(<<string>> ) ]
194194 </pre>
You can’t perform that action at this time.
0 commit comments