Skip to content

Commit c1643ab

Browse files
committed
[css-transforms-2] Use <length-percentage>, simplify grammar a little bit.
1 parent 92a1dfb commit c1643ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Fluff here.
3737

3838
<pre class="propdef">
3939
Name: translate
40-
Value: [ <<length>> | <<percentage>> ] [[ <<length>> | <<percentage>> ] <<length>>? ]?
40+
Value: <<length-percentage>>{1,2} <<length>>?
4141
Initial: 0
4242
Inherited: no
4343
Percentages: relative to the width of the containing block (for the first value) or the height (for the second value)

0 commit comments

Comments
 (0)