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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,9 @@ <h3 id="the-image-notation">
210
210
<h4>
211
211
Image Fragments</h4>
212
212
213
-
<p>A portion of an image may be referenced (clipped out and used as a standalone image) by use of <ahref="http://www.w3.org/TR/media-frags/#naming-space">media fragment identifiers</a>. [[!MEDIA-FRAGS]]
213
+
<p>When a URL specified in ''image()'' represents a portion of a resource
214
+
(e.g. by the use of <ahref="http://www.w3.org/TR/media-frags/#naming-space">media fragment identifiers</a>)
215
+
that portion is clipped out of its context and used as a standalone image.
214
216
215
217
<p>So that authors can take advantage of CSS's forwards-compatible parsing
216
218
rules to provide a fallback for image slices, implementations that support
0 commit comments