Skip to content

Commit 2644458

Browse files
committed
[css-transforms-1] Change one occurrence of <percentage> to <length-percentage> per issue 646.
1 parent 861a54a commit 2644458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ If only one value is specified, the second value is assumed to be <a value for=t
306306
If two or more values are defined and either no value is a keyword, or the only used keyword is <a value for=transform-origin>center</a>, then the first value represents the horizontal position (or offset) and the second represents the vertical position (or offset). A third value always represents the Z position (or offset) and must be of type <<length>>.
307307

308308
<dl dfn-for="transform-origin" dfn-type="value">
309-
: <<percentage>>
309+
: <<length-percentage>>
310310
:: A percentage for the horizontal offset is relative to the width of the [=reference box=]. A percentage for the vertical offset is relative to the height of the [=reference box=]. The value for the horizontal and vertical offset represent an offset from the top left corner of the [=reference box=].
311311
: <<length>>
312312
:: A length value gives a fixed length as the offset. The value for the horizontal and vertical offset represent an offset from the top left corner of the [=reference box=].

0 commit comments

Comments
 (0)