Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS 2D/3D transform features #566

Merged
merged 3 commits into from Mar 21, 2024
Merged

Add CSS 2D/3D transform features #566

merged 3 commits into from Mar 21, 2024

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Feb 1, 2024

Because transforms exist in multiple other parts of the platform
(DOMMatrix, canvas, SVG) prefix the names with "CSS".

Because transforms exist in multiple other parts of the platform
(DOMMatrix, canvas, SVG) prefix the names with "CSS".
foolip added a commit to foolip/web-features that referenced this pull request Feb 16, 2024
Because transforms exist in multiple other parts of the platform
(DOMMatrix, canvas, SVG) prefix the names with "CSS".
feature-group-definitions/transforms2d.yml Outdated Show resolved Hide resolved
feature-group-definitions/transforms3d.yml Outdated Show resolved Hide resolved
@foolip
Copy link
Collaborator Author

foolip commented Mar 21, 2024

@ddbeck I've added some descriptions, and it was hard. They could probably be improved.

Also I know we'll have some trouble when trying to compute a baseline status for 3D transforms, because parts of it like backface-visibility are quite new. Let's figure out splitting when we get to that.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these descriptions are pretty good! Let's go with it.

@ddbeck ddbeck merged commit d5bdf84 into main Mar 21, 2024
2 checks passed
@ddbeck ddbeck deleted the transforms branch March 21, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants