css3-animations/Overview.html

changeset 7313
5df9b029337c
parent 7230
550175952d0f
child 7391
f4da51999dd9
     1.1 --- a/css3-animations/Overview.html	Mon Feb 04 20:54:56 2013 -0700
     1.2 +++ b/css3-animations/Overview.html	Mon Feb 04 21:51:58 2013 -0700
     1.3 @@ -10,11 +10,11 @@
     1.4  
     1.5    <meta content="CSS Animations" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-01-29 name=dcterms.issued>
     1.8 +  <meta content=2013-02-04 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-animations/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-animations-20130129/"
    1.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-animations-20130204/"
    1.14     name=dcterms.identifier>
    1.15    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.16    <link href="../default.css" rel=stylesheet type="text/css">
    1.17 @@ -31,15 +31,15 @@
    1.18  
    1.19     <h1>CSS Animations</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
    1.23      2013</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28      <dd><a
    1.29 -     href="http://www.w3.org/TR/2013/ED-css3-animations-20130129/">http://dev.w3.org/csswg/css3-animations/</a>
    1.30 -     <!--http://www.w3.org/TR/2013/WD-css3-animations-20130129/-->
    1.31 +     href="http://www.w3.org/TR/2013/ED-css3-animations-20130204/">http://dev.w3.org/csswg/css3-animations/</a>
    1.32 +     <!--http://www.w3.org/TR/2013/WD-css3-animations-20130204/-->
    1.33  
    1.34      <dt>Latest version:
    1.35  
    1.36 @@ -99,7 +99,8 @@
    1.37      title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
    1.38      href="http://www.ercim.eu/"><abbr
    1.39      title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
    1.40 -    <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
    1.41 +    <a href="http://www.keio.ac.jp/">Keio</a>, <a
    1.42 +    href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a
    1.43      href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
    1.44      <a
    1.45      href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
    1.46 @@ -399,6 +400,13 @@
    1.47     animations applied to descendants with display other than ‘<code
    1.48     class=property>none</code>’.
    1.49  
    1.50 +  <p> While authors can use animations to create dynamically changing
    1.51 +   content, dynamically changing content can lead to seizures in some users.
    1.52 +   For information on how to avoid content that can lead to seizures, see <a
    1.53 +   href="http://www.w3.org/TR/WCAG20/#seizure">Guideline 2.3: Seizures: Do
    1.54 +   not design content in a way that is known to cause seizures</a> (<a
    1.55 +   href="#WCAG20" rel=biblioentry>[WCAG20]<!--{{WCAG20}}--></a>).
    1.56 +
    1.57    <h2 id=keyframes><span class=secno>3. </span> Keyframes</h2>
    1.58  
    1.59    <p> Keyframes are used to specify the values for the animating properties
    1.60 @@ -1762,6 +1770,16 @@
    1.61       <dt
    1.62        style="display: none"><!-- keeps the doc valid if the DL is empty -->
    1.63        <!---->
    1.64 +
    1.65 +     <dt id=WCAG20>[WCAG20]
    1.66 +
    1.67 +     <dd>Ben Caldwell; et al. <a
    1.68 +      href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/"><cite>Web Content
    1.69 +      Accessibility Guidelines (WCAG) 2.0.</cite></a> 11 December 2008. W3C
    1.70 +      Recommendation. URL: <a
    1.71 +      href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/">http://www.w3.org/TR/2008/REC-WCAG20-20081211/</a>
    1.72 +     </dd>
    1.73 +     <!---->
    1.74      </dl>
    1.75      <!--end-informative-->
    1.76      <h2 class=no-num id=property-index>Property index</h2>

mercurial