[css3-animations] Fix CSSKeyframeRule.keyText definition to match current implementations i.e. a comma-separated list of percentage values (bug 18580)

Thu, 04 Oct 2012 13:17:51 -0700

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Thu, 04 Oct 2012 13:17:51 -0700
changeset 6814
6fe144869eeb
parent 6813
4bad02174b9e
child 6815
39dafac3efc5

[css3-animations] Fix CSSKeyframeRule.keyText definition to match current implementations i.e. a comma-separated list of percentage values (bug 18580)

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Thu Oct 04 09:10:43 2012 -0700
     1.2 +++ b/css3-animations/Overview.html	Thu Oct 04 13:17:51 2012 -0700
     1.3 @@ -7,10 +7,10 @@
     1.4    <link href="http://purl.org/dc/terms/" rel=schema.DC>
     1.5    <meta content="CSS Animations" name=DC.title>
     1.6    <meta content=text name=DC.type>
     1.7 -  <meta content=2012-10-02 name=DC.issued>
     1.8 +  <meta content=2012-10-04 name=DC.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-animations/" name=DC.creator>
    1.10    <meta content=W3C name=DC.publisher>
    1.11 -  <meta content="http://www.w3.org/TR/2012/ED-css3-animations-20121002/"
    1.12 +  <meta content="http://www.w3.org/TR/2012/ED-css3-animations-20121004/"
    1.13     name=DC.identifier>
    1.14    <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    1.15     rel=DC.rights>
    1.16 @@ -29,14 +29,14 @@
    1.17  
    1.18     <h1>CSS Animations</h1>
    1.19  
    1.20 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2012</h2>
    1.21 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 October 2012</h2>
    1.22  
    1.23     <dl>
    1.24      <dt>This version:
    1.25  
    1.26      <dd><a
    1.27 -     href="http://www.w3.org/TR/2012/ED-css3-animations-20121002/">http://dev.w3.org/csswg/css3-animations/</a>
    1.28 -     <!--http://www.w3.org/TR/2012/WD-css3-animations-20121002/-->
    1.29 +     href="http://www.w3.org/TR/2012/ED-css3-animations-20121004/">http://dev.w3.org/csswg/css3-animations/</a>
    1.30 +     <!--http://www.w3.org/TR/2012/WD-css3-animations-20121004/-->
    1.31  
    1.32      <dt>Latest version:
    1.33  
    1.34 @@ -1587,10 +1587,11 @@
    1.35     <dt><code><dfn id=CSSKeyframeRule-keyText>keyText</dfn></code> of type
    1.36      <code>DOMString</code>
    1.37  
    1.38 -   <dd> This attribute represents the key as the string representation of a
    1.39 -    floating point number between 0 and 1. If the value in the CSS style is
    1.40 -    ‘<code class=css>from</code>’ this value will be 0, and if the value
    1.41 -    in the CSS style is ‘<code class=css>to</code>’ this value will be 1.
    1.42 +   <dd> This attribute represents the keyframe selector as a comma-separated
    1.43 +    list of percentage values. The ‘<code class=css>from</code>’ and
    1.44 +    ‘<code class=css>to</code>’ keywords map to ‘<code
    1.45 +    class=css>0%</code>’ and ‘<code class=css>100%</code>’,
    1.46 +    respectively.
    1.47  
    1.48     <dt><code><dfn id=CSSKeyframeRule-style>style</dfn></code> of type
    1.49      <code>CSSStyleDeclaration</code>
     2.1 --- a/css3-animations/Overview.src.html	Thu Oct 04 09:10:43 2012 -0700
     2.2 +++ b/css3-animations/Overview.src.html	Thu Oct 04 13:17:51 2012 -0700
     2.3 @@ -1177,12 +1177,9 @@
     2.4  	<dl>
     2.5  		<dt><code><dfn id='CSSKeyframeRule-keyText'>keyText</dfn></code> of type <code>DOMString</code>
     2.6  		<dd>
     2.7 -			This attribute represents the key 
     2.8 -			as the string representation of a floating point number between 0 and 1. 
     2.9 -			If the value in the CSS style is ''from''
    2.10 -			this value will be 0, 
    2.11 -			and if the value in the CSS style is ''to'' 
    2.12 -			this value will be 1.
    2.13 +			This attribute represents the keyframe selector as a comma-separated
    2.14 +			list of percentage values. The ''from'' and ''to'' keywords map to
    2.15 +			''0%'' and ''100%'', respectively.
    2.16  
    2.17  		<dt><code><dfn id='CSSKeyframeRule-style'>style</dfn></code> of type <code>CSSStyleDeclaration</code>
    2.18  		<dd>

mercurial