-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Editorial review: add interpolate-size and calc-size() #35934
Editorial review: add interpolate-size and calc-size() #35934
Conversation
Preview URLs (9 pages)Flaws (1)Note! 8 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (3)URL:
URL:
(comment last updated: 2024-10-11 09:13:36) |
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One clarification question and one nit. Approving to not hold this up through the weekend.
Description
Chrome 129 supports the
interpolate-size
property andcalc-size()
function, which enable animation to/from and calculations involving intrinsic size values. This PR adds reference documentation for these new features.See also:
Motivation
Additional details
Related issues and pull requests