Skip to content

Commit e4f2439

Browse files
committed
[css-images-4][editorial] Shuffle dfns
1 parent d67688b commit e4f2439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-images-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>&lt;image-set-option></dfn> = [ <<image>> | <<string>> ]
193193
[ <<resolution>> || type(<<string>>) ]
194194
</pre>

0 commit comments

Comments
 (0)