Skip to content

Commit 410506d

Browse files
authored
Add a group for CSS transforms (#1112)
1 parent 51f8d75 commit 410506d

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

features/individual-transforms.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Individual transform properties
55
description: Transform elements with separate `translate`, `rotate`, and `scale` CSS properties.
66
spec: https://drafts.csswg.org/css-transforms-2/#individual-transforms
7+
group: transforms
78
usage_stats:
89
- https://chromestatus.com/metrics/css/timeline/popularity/504 # translate
910
- https://chromestatus.com/metrics/css/timeline/popularity/505 # rotate

features/individual-transforms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Individual transform properties
22
description: Transform elements with separate `translate`, `rotate`, and `scale` CSS properties.
33
spec: https://drafts.csswg.org/css-transforms-2/#individual-transforms
4+
group: transforms
45
usage_stats:
56
- https://chromestatus.com/metrics/css/timeline/popularity/504 # translate
67
- https://chromestatus.com/metrics/css/timeline/popularity/505 # rotate

features/transforms2d.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: 2D transforms
55
description: The `transform` CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.
66
caniuse: transforms2d
77
spec: https://drafts.csswg.org/css-transforms-1/
8+
group: transforms
89
status:
910
baseline: high
1011
baseline_low_date: 2015-09-30

features/transforms2d.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: 2D transforms
22
description: The `transform` CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.
33
caniuse: transforms2d
44
spec: https://drafts.csswg.org/css-transforms-1/
5+
group: transforms

features/transforms3d.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: 3D transforms
55
description: The `transform` CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.
66
caniuse: transforms3d
77
spec: https://drafts.csswg.org/css-transforms-2/
8+
group: transforms
89
status:
910
baseline: low
1011
baseline_low_date: 2022-03-14

features/transforms3d.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: 3D transforms
22
description: The `transform` CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.
33
caniuse: transforms3d
44
spec: https://drafts.csswg.org/css-transforms-2/
5+
group: transforms

groups/transforms.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://drafts.csswg.org/css-transforms/ (any level)
2+
name: Transforms
3+
parent: css

0 commit comments

Comments
 (0)