You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-images/Overview.src.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -214,11 +214,6 @@ <h4>
214
214
(e.g. by the use of <ahref="http://www.w3.org/TR/media-frags/#naming-space">media fragment identifiers</a>)
215
215
that portion is clipped out of its context and used as a standalone image.
216
216
217
-
<p>So that authors can take advantage of CSS's forwards-compatible parsing
218
-
rules to provide a fallback for image slices, implementations that support
219
-
the ''image()'' notation <em>must</em> support the <code>xywh=#,#,#,#</code>
220
-
form of media fragment identifiers for images specified via ''image()''. [[!MEDIA-FRAGS]]</p>
221
-
222
217
<divclass="example">
223
218
<p>For example, given the following image* and CSS:</p>
224
219
@@ -234,6 +229,11 @@ <h4>
234
229
<p><small>* SVG-in-<img> support required. Click the picture to view the SVG directly.</small></p>
235
230
</div>
236
231
232
+
<p>So that authors can take advantage of CSS's forwards-compatible parsing
233
+
rules to provide a fallback for image slices, implementations that support
234
+
the ''image()'' notation <em>must</em> support the <code>xywh=#,#,#,#</code>
235
+
form of media fragment identifiers for images specified via ''image()''. [[!MEDIA-FRAGS]]</p>
236
+
237
237
<divclass='example'>
238
238
<p>Note that image fragments can also be used with the ''url()'' notation. However, a legacy UA that doesn't understand the media fragments notation will ignore the fragment and simply display the entirety of the image.</p>
0 commit comments