css3-animations/Overview.src.html

changeset 7391
f4da51999dd9
parent 7313
5df9b029337c
child 7407
267f78f1b645
     1.1 --- a/css3-animations/Overview.src.html	Thu Feb 07 14:51:47 2013 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Thu Feb 07 16:13:27 2013 -0800
     1.3 @@ -111,6 +111,18 @@
     1.4  		and whether or not the animation should be running or paused. 
     1.5  		An animation can also delay its start time.
     1.6  
     1.7 +<h2 id="values">
     1.8 +Values</h2>
     1.9 +
    1.10 +	<p>
    1.11 +		This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
    1.12 +		Value types not defined in this specification are defined in CSS LevelĀ 2 RevisionĀ 1 [[!CSS21]].
    1.13 +		Other CSS modules may expand the definitions of these value types:
    1.14 +		for example [[CSS3VAL]], when combined with this module,
    1.15 +		expands the definition of the <var>&lt;length&gt;</var> value type as used in this specification.
    1.16 +
    1.17 +	<p>In addition to the property-specific values listed in their definitions, all properties defined in this specification also accept the <a href="http://dev.w3.org/csswg/css3-values/#common-keywords">''initial''</a> and <a href="http://dev.w3.org/csswg/css3-values/#common-keywords">''inherit''</a> keyword as their property value. For readability it has not been repeated explicitly.
    1.18 +
    1.19  
    1.20  <h2 id="animations">
    1.21  Animations</h2>

mercurial