# HG changeset patch # User Vincent Hardy # Date 1334260628 25200 # Node ID 757d9e99cd5582b8756c538045609129481b5c66 # Parent ee1a6b184a457633bc1566c007bb6661d0076b9e Added note about animated images, as per https://www.w3.org/Style/CSS/Tracker/actions/441 diff -r ee1a6b184a45 -r 757d9e99cd55 css3-exclusions/Exclusions.src.html --- a/css3-exclusions/Exclusions.src.html Thu Apr 12 12:42:02 2012 -0700 +++ b/css3-exclusions/Exclusions.src.html Thu Apr 12 12:57:08 2012 -0700 @@ -1264,7 +1264,10 @@ them. In order to avoid that, another exclusion element can be overlaid.

- +

For animated raster image formats (such as GIF), the first frame of the animation + sequence is used. For SVG images + ([[SVG11]]), the image is rendered without animations applied.

+

Declaring Shapes

diff -r ee1a6b184a45 -r 757d9e99cd55 css3-exclusions/Overview.html --- a/css3-exclusions/Overview.html Thu Apr 12 12:42:02 2012 -0700 +++ b/css3-exclusions/Overview.html Thu Apr 12 12:57:08 2012 -0700 @@ -1723,7 +1723,14 @@

Note, images can define cavities and inline flow content should wrap inside them. In order to avoid that, another exclusion element - can be overlaid.

+ can be overlaid. + +

For animated raster image formats (such as GIF), the first + frame of the animation sequence is used. For SVG images ([SVG11]), the image is + rendered without animations applied.

4.4. Declaring Shapes

@@ -2346,6 +2353,16 @@ href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407 + +
[SVG11] + +
Erik Dahlström; et al. Scalable + Vector Graphics (SVG) 1.1 (Second Edition). 16 August 2011. + W3C Recommendation. URL: http://www.w3.org/TR/2011/REC-SVG11-20110816/ +
+