File tree 3 files changed +5
-5
lines changed
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>
504
504
505
505
<pre class='propdef'>
506
506
Name : animation-duration
507
- Value : <<time [0 ,∞]>>#
507
+ Value : <<time [0s ,∞]>>#
508
508
Initial : 0s
509
509
Applies to : all elements
510
510
Inherited : no
@@ -515,7 +515,7 @@ The 'animation-duration' property</h3>
515
515
</pre>
516
516
517
517
<dl>
518
- <dt> <dfn value for=animation-duration><<time [0 ,∞]>></dfn>
518
+ <dt> <dfn value for=animation-duration><<time [0s ,∞]>></dfn>
519
519
<dd>
520
520
The <<time>> specifies the length of time that an animation takes to complete one cycle.
521
521
A 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>
787
787
788
788
<pre class="propdef">
789
789
Name : font-style
790
- Value : normal | italic | oblique <<angle [-90,90 ]>>?
790
+ Value : normal | italic | oblique <<angle [-90deg,90deg ]>>?
791
791
Initial : normal
792
792
Applies to : all elements and text
793
793
Inherited : yes
@@ -825,7 +825,7 @@ Font style: the 'font-style!!property' property</h3>
825
825
Matches against a font that is labeled as an italic face,
826
826
or an oblique face if one does not exist.
827
827
828
- <dt> <dfn>oblique <<angle [-90,90 ]>>?</dfn>
828
+ <dt> <dfn>oblique <<angle [-90deg,90deg ]>>?</dfn>
829
829
<dd>
830
830
Controls matching against an oblique face.
831
831
Positive angles represent a clockwise slant;
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ Value Definitions {#values}
315
315
</p>
316
316
<pre class="propdef">
317
317
Name : transition-duration
318
- Value : <<time [0 ,∞]>>#
318
+ Value : <<time [0s ,∞]>>#
319
319
Initial : ''0s''
320
320
Applies to : all elements
321
321
Inherited : no
You can’t perform that action at this time.
0 commit comments