Added note about animated images, as per https://www.w3.org/Style/CSS/Tracker/actions/441

Thu, 12 Apr 2012 12:57:08 -0700

author
Vincent Hardy <vhardy@adobe.com>
date
Thu, 12 Apr 2012 12:57:08 -0700
changeset 5468
757d9e99cd55
parent 5467
ee1a6b184a45
child 5469
1338a3592dac

Added note about animated images, as per https://www.w3.org/Style/CSS/Tracker/actions/441

css3-exclusions/Exclusions.src.html file | annotate | diff | comparison | revisions
css3-exclusions/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-exclusions/Exclusions.src.html	Thu Apr 12 12:42:02 2012 -0700
     1.2 +++ b/css3-exclusions/Exclusions.src.html	Thu Apr 12 12:57:08 2012 -0700
     1.3 @@ -1264,7 +1264,10 @@
     1.4            them. In order to avoid that, another exclusion element can be overlaid.
     1.5        </p>
     1.6        
     1.7 -      
     1.8 +      <p>For animated raster image formats (such as <a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>), the first frame of the animation
     1.9 +          sequence is used. For <a href="http://www.w3.org/TR/2002/WD-SVG2Reqs-20020422/">SVG</a> images 
    1.10 +          ([[SVG11]]), the image is rendered without animations applied.</p>
    1.11 +          
    1.12        <!-- End section "Shapes from image" -->
    1.13  
    1.14        <h3 id="declaring-shapes">Declaring Shapes</h3>
     2.1 --- a/css3-exclusions/Overview.html	Thu Apr 12 12:42:02 2012 -0700
     2.2 +++ b/css3-exclusions/Overview.html	Thu Apr 12 12:57:08 2012 -0700
     2.3 @@ -1723,7 +1723,14 @@
     2.4  
     2.5    <p class=note> Note, images can define cavities and inline flow content
     2.6     should wrap inside them. In order to avoid that, another exclusion element
     2.7 -   can be overlaid.</p>
     2.8 +   can be overlaid.
     2.9 +
    2.10 +  <p>For animated raster image formats (such as <a
    2.11 +   href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>), the first
    2.12 +   frame of the animation sequence is used. For <a
    2.13 +   href="http://www.w3.org/TR/2002/WD-SVG2Reqs-20020422/">SVG</a> images (<a
    2.14 +   href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>), the image is
    2.15 +   rendered without animations applied.</p>
    2.16    <!-- End section "Shapes from image" -->
    2.17  
    2.18    <h3 id=declaring-shapes><span class=secno>4.4. </span>Declaring Shapes</h3>
    2.19 @@ -2346,6 +2353,16 @@
    2.20      href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407</a>
    2.21      </dd>
    2.22     <!---->
    2.23 +
    2.24 +   <dt id=SVG11>[SVG11]
    2.25 +
    2.26 +   <dd>Erik Dahlstr&#246;m; et al. <a
    2.27 +    href="http://www.w3.org/TR/2011/REC-SVG11-20110816/"><cite>Scalable
    2.28 +    Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011.
    2.29 +    W3C Recommendation. URL: <a
    2.30 +    href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a>
    2.31 +    </dd>
    2.32 +   <!---->
    2.33    </dl>
    2.34    <!--end-informative-->
    2.35  

mercurial