-
Notifications
You must be signed in to change notification settings - Fork 715
[css-shapes-1] propdef fixes #9722
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
Conversation
Could you add this to the shape-margin propdef table, too? |
7433ec9
to
443eac3
Compare
@astearns Done. |
css-shapes-1/Overview.bs
Outdated
Inherited: no | ||
Computed value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied); else the computed <<image>>; else the keyword as specified | ||
Animation type: as <a href="#basic-shape-interpolation">defined</a> for <<basic-shape>>, otherwise discrete | ||
Animation type: by computed value; see <a href="#basic-shape-interpolation">interpolation</a> of <<basic-shape>> |
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.
I think we need the discrete portion for shapes from image and/or combos of images/basic-shapes etc.
(thought I’d already left this comment, but now I don’t see it)
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.
I think that's covered here: https://www.w3.org/TR/web-animations/#by-computed-value
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.
Image to image has the same type and number of components, so does not fit the requirements for discrete animation there.
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.
Oh, right. I forgot that doesn't animate here the same way as normally. I'll drop that commit.
You might want to close #9009 as rejected.
443eac3
to
5960926
Compare
See #5160