@@ -493,11 +493,11 @@ The 'animation-name' property</h3>
493493 Name : animation-name
494494 Value : [ none | <<keyframes-name>> ]#
495495 Initial : none
496- Applies to : all elements, ::before and ::after pseudo-elements
496+ Applies to : all elements
497497 Inherited : no
498- Animatable : no
499498 Percentages : N/A
500- Computed value : As specified
499+ Computed value : list, each item either a case-sensitive <a>css identifier</a> or the keyword ''animation-name/none''
500+ Animation type : not animatable
501501 Canonical order : per grammar
502502 </pre>
503503
@@ -523,13 +523,13 @@ The 'animation-duration' property</h3>
523523
524524 <pre class='propdef'>
525525 Name : animation-duration
526- Value : <<time>> #
526+ Value : <<time>>#
527527 Initial : 0s
528- Applies to : all elements, ::before and ::after pseudo-elements
528+ Applies to : all elements
529529 Inherited : no
530- Animatable : no
531530 Percentages : N/A
532- Computed value : As specified
531+ Computed value : list, each item a duration
532+ Animation type : not animatable
533533 Canonical order : per grammar
534534 </pre>
535535
@@ -579,13 +579,13 @@ The 'animation-timing-function' property</h3>
579579
580580 <pre class='propdef'>
581581 Name : animation-timing-function
582- Value : <<timing-function>> #
582+ Value : <<timing-function>>#
583583 Initial : ease
584- Applies to : all elements, ::before and ::after pseudo-elements
584+ Applies to : all elements
585585 Inherited : no
586- Animatable : no
587586 Percentages : N/A
588- Computed value : As specified
587+ Computed value : list, each item a computed <<timing-function>>
588+ Animation type : not animatable
589589 Canonical order : per grammar
590590 </pre>
591591
@@ -612,13 +612,13 @@ The 'animation-iteration-count' property</h3>
612612
613613 <pre class='propdef'>
614614 Name : animation-iteration-count
615- Value : <<single-animation-iteration-count>> #
615+ Value : <<single-animation-iteration-count>>#
616616 Initial : 1
617- Applies to : all elements, ::before and ::after pseudo-elements
617+ Applies to : all elements
618618 Inherited : no
619- Animatable : no
620619 Percentages : N/A
621- Computed value : As specified
620+ Computed value : list, each item either a number or the keyword ''animation-iteration-count/infinite''
621+ Animation type : not animatable
622622 Canonical order : per grammar
623623 </pre>
624624
@@ -654,13 +654,13 @@ The 'animation-direction' property</h3>
654654
655655 <pre class='propdef'>
656656 Name : animation-direction
657- Value : <<single-animation-direction>> #
657+ Value : <<single-animation-direction>>#
658658 Initial : normal
659- Applies to : all elements, ::before and ::after pseudo-elements
659+ Applies to : all elements
660660 Inherited : no
661- Animatable : no
662661 Percentages : N/A
663- Computed value : As specified
662+ Computed value : list, each item a keyword as specified
663+ Animation type : not animatable
664664 Canonical order : per grammar
665665 </pre>
666666
@@ -700,13 +700,13 @@ The 'animation-play-state' property</h3>
700700
701701 <pre class='propdef'>
702702 Name : animation-play-state
703- Value : <<single-animation-play-state>> #
703+ Value : <<single-animation-play-state>>#
704704 Initial : running
705- Applies to : all elements, ::before and ::after pseudo-elements
705+ Applies to : all elements
706706 Inherited : no
707- Animatable : no
708707 Percentages : N/A
709- Computed value : As specified
708+ Computed value : list, each item a keyword as specified
709+ Animation type : not animatable
710710 Canonical order : per grammar
711711 </pre>
712712
@@ -739,13 +739,13 @@ The 'animation-delay' property</h3>
739739
740740 <pre class='propdef'>
741741 Name : animation-delay
742- Value : <<time>> #
742+ Value : <<time>>#
743743 Initial : 0s
744- Applies to : all elements, ::before and ::after pseudo-elements
744+ Applies to : all elements
745745 Inherited : no
746746 Animatable : no
747747 Percentages : N/A
748- Computed value : As specified
748+ Computed value : list, each item a duration
749749 Canonical order : per grammar
750750 </pre>
751751
@@ -782,13 +782,13 @@ The 'animation-fill-mode' property</h3>
782782
783783 <pre class='propdef'>
784784 Name : animation-fill-mode
785- Value : <<single-animation-fill-mode>> #
785+ Value : <<single-animation-fill-mode>>#
786786 Initial : none
787- Applies to : all elements, ::before and ::after pseudo-elements
787+ Applies to : all elements
788788 Inherited : no
789- Animatable : no
790789 Percentages : N/A
791- Computed value : As specified
790+ Computed value : list, each item a keyword as specified
791+ Animation type : not animatable
792792 Canonical order : per grammar
793793 </pre>
794794
@@ -834,11 +834,11 @@ The 'animation' shorthand property</h3>
834834 Name : animation
835835 Value : <<single-animation>> #
836836 Initial : see individual properties
837- Applies to : all elements, ::before and ::after pseudo-elements
837+ Applies to : all elements
838838 Inherited : no
839- Animatable : no
840839 Percentages : N/A
841- Computed value : As specified
840+ Computed value : see individual properties
841+ Animation type : not animatable
842842 Canonical order : per grammar
843843 </pre>
844844
0 commit comments