@@ -269,7 +269,7 @@ Declaring Keyframes</h2>
269269 Values less than ''0%'' or higher than ''100%'' are invalid
270270 and cause their <<keyframe-block>> to be ignored.
271271
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.
273273
274274 If a ''0%'' or ''from'' keyframe is not specified, then the user agent constructs a ''0%'' keyframe
275275 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>
819819
820820 <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>
821821
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
823823 <<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration' ,
824824 and the second value in each <<single-animation>> that can be parsed as a <<time>> is assigned to
825825 'animation-delay' .
826826
827- Note that order is also important within each animation definition for distinguishing
827+ Order is also important within each animation definition for distinguishing
828828 <<keyframes-name>> values from other keywords. When parsing, keywords that are valid for
829829 properties other than 'animation-name'
830830 whose values were not found earlier in the shorthand
0 commit comments