Skip to content

Commit 216e314

Browse files
committed
Reworded slightly awkward comment.
1 parent fdb6a93 commit 216e314

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

css3-images/Overview.src.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,7 @@ <h3 id="url">
224224
<p><small>* SVG-in-&lt;img> support required. Click the picture to view the SVG directly.</small></p>
225225
</div>
226226

227-
<p class="note">Note however that a UA that doesn't understand the media
228-
fragments notation will display the entirety an image specified with ''url''.
229-
However, since URLs with media fragment identifiers can also be used in the
230-
''image()'' notation defined below, authors can take advantage of CSS's
231-
forward-compatible parsing rules to provide a fallback when using an image
232-
fragment URL:
227+
<p class="note">Unfortunately, a UA that doesn't understand the media fragments notation will ignore the fragment and simply display the entirety of an image specified with ''url''. However, since URLs with media fragment identifiers can also be used in the ''image()'' notation defined below, authors can take advantage of CSS's forward-compatible parsing rules to provide a fallback when using an image fragment URL:</p>
233228

234229
<div class="example">
235230
<p>In the example below, the ''image()'' notation is used together with

0 commit comments

Comments
 (0)