[css3-animations] Propdef update: animation-* properties also apply to before/after pseudos

Tue, 29 Jan 2013 07:56:31 -0800

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Tue, 29 Jan 2013 07:56:31 -0800
changeset 7230
550175952d0f
parent 7229
c5820f415b61
child 7231
e0aa72444fc8

[css3-animations] Propdef update: animation-* properties also apply to before/after pseudos

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	Tue Jan 29 11:47:57 2013 +0900
     1.2 +++ b/css3-animations/Overview.html	Tue Jan 29 07:56:31 2013 -0800
     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-28 name=dcterms.issued>
     1.8 +  <meta content=2013-01-29 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-20130128/"
    1.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-animations-20130129/"
    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 28 January
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January
    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-20130128/">http://dev.w3.org/csswg/css3-animations/</a>
    1.30 -     <!--http://www.w3.org/TR/2013/WD-css3-animations-20130128/-->
    1.31 +     href="http://www.w3.org/TR/2013/ED-css3-animations-20130129/">http://dev.w3.org/csswg/css3-animations/</a>
    1.32 +     <!--http://www.w3.org/TR/2013/WD-css3-animations-20130129/-->
    1.33  
    1.34      <dt>Latest version:
    1.35  
    1.36 @@ -632,7 +632,7 @@
    1.37      <tr>
    1.38       <th>Applies To:
    1.39  
    1.40 -     <td>all elements
    1.41 +     <td>all elements, ::before and ::after pseudo-elements
    1.42  
    1.43      <tr>
    1.44       <th>Inherited:
    1.45 @@ -743,7 +743,7 @@
    1.46      <tr>
    1.47       <th>Applies To:
    1.48  
    1.49 -     <td>all elements
    1.50 +     <td>all elements, ::before and ::after pseudo-elements
    1.51  
    1.52      <tr>
    1.53       <th>Inherited:
    1.54 @@ -822,7 +822,7 @@
    1.55      <tr>
    1.56       <th>Applies To:
    1.57  
    1.58 -     <td>all elements
    1.59 +     <td>all elements, ::before and ::after pseudo-elements
    1.60  
    1.61      <tr>
    1.62       <th>Inherited:
    1.63 @@ -916,7 +916,7 @@
    1.64      <tr>
    1.65       <th>Applies To:
    1.66  
    1.67 -     <td>all elements
    1.68 +     <td>all elements, ::before and ::after pseudo-elements
    1.69  
    1.70      <tr>
    1.71       <th>Inherited:
    1.72 @@ -989,7 +989,7 @@
    1.73      <tr>
    1.74       <th>Applies To:
    1.75  
    1.76 -     <td>all elements
    1.77 +     <td>all elements, ::before and ::after pseudo-elements
    1.78  
    1.79      <tr>
    1.80       <th>Inherited:
    1.81 @@ -1092,7 +1092,7 @@
    1.82      <tr>
    1.83       <th>Applies To:
    1.84  
    1.85 -     <td>all elements
    1.86 +     <td>all elements, ::before and ::after pseudo-elements
    1.87  
    1.88      <tr>
    1.89       <th>Inherited:
    1.90 @@ -1174,7 +1174,7 @@
    1.91      <tr>
    1.92       <th>Applies To:
    1.93  
    1.94 -     <td>all elements
    1.95 +     <td>all elements, ::before and ::after pseudo-elements
    1.96  
    1.97      <tr>
    1.98       <th>Inherited:
    1.99 @@ -1296,7 +1296,7 @@
   1.100      <tr>
   1.101       <th>Applies To:
   1.102  
   1.103 -     <td>all elements
   1.104 +     <td>all elements, ::before and ::after pseudo-elements
   1.105  
   1.106      <tr>
   1.107       <th>Inherited:
   1.108 @@ -1365,7 +1365,7 @@
   1.109      <tr>
   1.110       <th>Applies To:
   1.111  
   1.112 -     <td>all elements
   1.113 +     <td>all elements, ::before and ::after pseudo-elements
   1.114  
   1.115      <tr>
   1.116       <th>Inherited:
     2.1 --- a/css3-animations/Overview.src.html	Tue Jan 29 11:47:57 2013 +0900
     2.2 +++ b/css3-animations/Overview.src.html	Tue Jan 29 07:56:31 2013 -0800
     2.3 @@ -464,7 +464,7 @@
     2.4  			<td>''none''
     2.5  		<tr>
     2.6  			<th>Applies To:
     2.7 -			<td>all elements
     2.8 +			<td>all elements, ::before and ::after pseudo-elements
     2.9  		<tr>
    2.10  			<th>Inherited:
    2.11  			<td>no
    2.12 @@ -555,7 +555,7 @@
    2.13  			<td>''0s''
    2.14  		<tr>
    2.15  			<th>Applies To:
    2.16 -			<td>all elements
    2.17 +			<td>all elements, ::before and ::after pseudo-elements
    2.18  		<tr>
    2.19  			<th>Inherited:
    2.20  			<td>no
    2.21 @@ -607,7 +607,7 @@
    2.22  			<td>''ease''
    2.23  		<tr>
    2.24  			<th>Applies To:
    2.25 -			<td>all elements
    2.26 +			<td>all elements, ::before and ::after pseudo-elements
    2.27  		<tr>
    2.28  			<th>Inherited:
    2.29  			<td>no
    2.30 @@ -667,7 +667,7 @@
    2.31  			<td>''1''
    2.32  		<tr>
    2.33  			<th>Applies To:
    2.34 -			<td>all elements
    2.35 +			<td>all elements, ::before and ::after pseudo-elements
    2.36  		<tr>
    2.37  			<th>Inherited:
    2.38  			<td>no
    2.39 @@ -713,7 +713,7 @@
    2.40  			<td>''normal''
    2.41  		<tr>
    2.42  			<th>Applies To:
    2.43 -			<td>all elements
    2.44 +			<td>all elements, ::before and ::after pseudo-elements
    2.45  		<tr>
    2.46  			<th>Inherited:
    2.47  			<td>no
    2.48 @@ -789,7 +789,7 @@
    2.49  			<td>''running''
    2.50  		<tr>
    2.51  			<th>Applies To:
    2.52 -			<td>all elements
    2.53 +			<td>all elements, ::before and ::after pseudo-elements
    2.54  		<tr>
    2.55  			<th>Inherited:
    2.56  			<td>no
    2.57 @@ -845,7 +845,7 @@
    2.58  			<td>''0s''
    2.59  		<tr>
    2.60  			<th>Applies To:
    2.61 -			<td>all elements
    2.62 +			<td>all elements, ::before and ::after pseudo-elements
    2.63  		<tr>
    2.64  			<th>Inherited:
    2.65  			<td>no
    2.66 @@ -924,7 +924,7 @@
    2.67  			<td>''none''
    2.68  		<tr>
    2.69  			<th>Applies To:
    2.70 -			<td>all elements
    2.71 +			<td>all elements, ::before and ::after pseudo-elements
    2.72  		<tr>
    2.73  			<th>Inherited:
    2.74  			<td>no
    2.75 @@ -970,7 +970,7 @@
    2.76  			<td>see individual properties
    2.77  		<tr>
    2.78  			<th>Applies To:
    2.79 -			<td>all elements
    2.80 +			<td>all elements, ::before and ::after pseudo-elements
    2.81  		<tr>
    2.82  			<th>Inherited:
    2.83  			<td>see individual properties

mercurial