Skip to content

Commit 5159463

Browse files
ewilligerstabatkins
authored andcommitted
[css-transforms-2] Transform properties apply to transformable elements (#705)
* [css-transforms-2] Transform properties apply to transformable elements We link to the definition of transformable-element from css-transforms-1 * Use autolinks, and fix autolinking errors
1 parent afb6f66 commit 5159463

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css-transforms-2/Overview.bs

+9-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ Abstract: This is a delta spec over CSS Transforms Level 1, while that spec is f
1818

1919
<pre class="link-defaults">
2020
spec:css-2d-transforms-1;
21-
type:property; text:transform
22-
type:dfn; text: transformation matrix
21+
type:property;
22+
text:transform
23+
text:transform-origin
24+
type:dfn;
25+
text: transformation matrix
26+
text: transformable element
2327
</pre>
2428

2529
<!-- WTF, why does Bikeshed only shows these as existing the TR-level obsolete css-2d-transforms-1 draft? -->
@@ -39,6 +43,7 @@ Fluff here.
3943
Name: translate
4044
Value: none | <<length-percentage>> [ <<length-percentage>> <<length>>? ]?
4145
Initial: none
46+
Applies to: <a>transformable elements</a>
4247
Inherited: no
4348
Percentages: relative to the width of the containing block (for the first value) or the height (for the second value)
4449
Media: visual
@@ -50,6 +55,7 @@ Animatable: as <<length>> or <<percentage>> list
5055
Name: rotate
5156
Value: none | <<number>>{3}? <<angle>>
5257
Initial: none
58+
Applies to: <a>transformable elements</a>
5359
Inherited: no
5460
Media: visual
5561
Animatable: as SLERP
@@ -59,6 +65,7 @@ Animatable: as SLERP
5965
Name: scale
6066
Value: none | <<number>>{1,3}
6167
Initial: none
68+
Applies to: <a>transformable elements</a>
6269
Inherited: no
6370
Media: visual
6471
Animatable: as <<number>> list

0 commit comments

Comments
 (0)