File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ The 'animation-duration' property</h3>
504504
505505 <pre class='propdef'>
506506 Name : animation-duration
507- Value : <<time [0 ,∞]>>#
507+ Value : <<time [0s ,∞]>>#
508508 Initial : 0s
509509 Applies to : all elements
510510 Inherited : no
@@ -515,7 +515,7 @@ The 'animation-duration' property</h3>
515515 </pre>
516516
517517<dl>
518- <dt> <dfn value for=animation-duration><<time [0 ,∞]>></dfn>
518+ <dt> <dfn value for=animation-duration><<time [0s ,∞]>></dfn>
519519<dd>
520520The <<time>> specifies the length of time that an animation takes to complete one cycle.
521521A negative <<time>> is invalid.
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ Font style: the 'font-style!!property' property</h3>
787787
788788 <pre class="propdef">
789789 Name : font-style
790- Value : normal | italic | oblique <<angle [-90,90 ]>>?
790+ Value : normal | italic | oblique <<angle [-90deg,90deg ]>>?
791791 Initial : normal
792792 Applies to : all elements and text
793793 Inherited : yes
@@ -825,7 +825,7 @@ Font style: the 'font-style!!property' property</h3>
825825 Matches against a font that is labeled as an italic face,
826826 or an oblique face if one does not exist.
827827
828- <dt> <dfn>oblique <<angle [-90,90 ]>>?</dfn>
828+ <dt> <dfn>oblique <<angle [-90deg,90deg ]>>?</dfn>
829829 <dd>
830830 Controls matching against an oblique face.
831831 Positive angles represent a clockwise slant;
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ Value Definitions {#values}
315315 </p>
316316 <pre class="propdef">
317317 Name : transition-duration
318- Value : <<time [0 ,∞]>>#
318+ Value : <<time [0s ,∞]>>#
319319 Initial : ''0s''
320320 Applies to : all elements
321321 Inherited : no
You can’t perform that action at this time.
0 commit comments