Skip to content

Commit fa64907

Browse files
cdoublevsvgeesus
authored andcommitted
Add required unit for dimension in range notation
1 parent f907d20 commit fa64907

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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>
520520
The <<time>> specifies the length of time that an animation takes to complete one cycle.
521521
A negative <<time>> is invalid.

css-fonts-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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;

css-transitions-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)