@@ -269,7 +269,7 @@ Declaring Keyframes</h2>
269
269
Values less than ''0%'' or higher than ''100%'' are invalid
270
270
and cause their <<keyframe-block>> to be ignored.
271
271
272
- <span class="note"> Note that the percentage unit specifier must be used on percentage values. Therefore, ''0'' is an invalid keyframe selector.</span>
272
+ Note: Note that the percentage unit specifier must be used on percentage values. Therefore, ''0'' is an invalid keyframe selector.
273
273
274
274
If a ''0%'' or ''from'' keyframe is not specified, then the user agent constructs a ''0%'' keyframe
275
275
using the computed values of the properties being animated. If a ''100%'' or ''to'' keyframe is not
@@ -819,12 +819,12 @@ The 'animation' shorthand property</h3>
819
819
820
820
<span class=prod> <dfn><single-animation></dfn> = <<time [0s,∞]>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] </span>
821
821
822
- Note that order is important within each animation definition: the first value in each
822
+ Order is important within each animation definition: the first value in each
823
823
<<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration' ,
824
824
and the second value in each <<single-animation>> that can be parsed as a <<time>> is assigned to
825
825
'animation-delay' .
826
826
827
- Note that order is also important within each animation definition for distinguishing
827
+ Order is also important within each animation definition for distinguishing
828
828
<<keyframes-name>> values from other keywords. When parsing, keywords that are valid for
829
829
properties other than 'animation-name'
830
830
whose values were not found earlier in the shorthand
0 commit comments