@@ -91,8 +91,8 @@ Values</h2>
9191 <<length>> value type as used in this specification.
9292
9393 In addition to the property-specific values listed in their definitions,
94- all properties defined in this specification also accept the ‘ initial’
95- and ‘ inherit’ keyword as their property value. For readability it has
94+ all properties defined in this specification also accept the '' initial''
95+ and '' inherit'' keyword as their property value. For readability it has
9696 not been repeated explicitly.
9797
9898<h2 id="animations">
@@ -407,8 +407,8 @@ The 'animation-name' property</h3>
407407 values of 'animation-name' , the UA must calculate its used value by repeating the list of values until
408408 there are enough. This truncation or repetition does not affect the computed value.
409409
410- Note: This is analogous to the behavior of the ‘ background-*’ properties, with ‘background-image’ analogous
411- to 'animation-name' .
410+ Note: This is analogous to the behavior of the ' background-*' properties, with
411+ 'background-image' analogous to 'animation-name' .
412412
413413 <pre class='propdef'>
414414 Name : animation-name
@@ -702,7 +702,7 @@ The 'animation-fill-mode' property</h3>
702702
703703 The 'animation-fill-mode' property defines what values are applied by the animation
704704 outside the time it is executing. By default, an animation will not affect property
705- values between the time it is applied (the ‘ animation-name’ property is set on an
705+ values between the time it is applied (the ' animation-name' property is set on an
706706 element) and the time it begins execution (which is determined by the 'animation-delay'
707707 property). Also, by default an animation does not affect property values after the
708708 animation ends (determined by the 'animation-duration' and 'animation-iteration-count' properties).
0 commit comments