w3c / fxtf-drafts

Mirror of https://hg.fxtf.org/drafts
https://drafts.fxtf.org/
Other
68 stars 49 forks source link

[compositing-2] Define properties with animation type #497

Closed cdoublev closed 4 months ago

cdoublev commented 1 year ago

CSS properties from Compositing 2 are defined with Animatable: no, but Web Animations 1 requires Animation Type:

How property values combine is defined by the Animation type line in each property’s property definition table

w3c/reffy (spec crawler) does not normalize Animatable to Animation Type therefore users have to check both propDef.animationType and propDef.animatable, which is not great.

Ideally, I think its value should also conform to the values listed in Web Animations instead of no, ie. not animatable, but background-blend-mode and mix-blend-mode could be defined with discrete.

cdoublev commented 4 months ago

Closed as duplicate of #521.