- From: Dmitry Statsenko via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Jul 2024 14:23:16 +0000
- To: public-css-archive@w3.org
alkorlos has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-exclusions-1] Define properties animation type == When generating the specification CSS Exclusions Module Level 1, errors occur: ```shell LINE 141: The propdef for 'wrap-flow' is missing an 'Animation type' line. LINE 359: The propdef for 'wrap-through' is missing an 'Animation type' line. ``` In the [CSS Exclusions Module Level 1; Exclusions](https://drafts.csswg.org/css-exclusions-1/#exclusions), the properties `wrap-flow` and `wrap-through` do not have an animation type. At the same time in [Web Animations; Animating properties](https://drafts.csswg.org/web-animations-1/#animating-properties) it is stated that all properties must have an animation type: > Unless otherwise specified, all CSS properties are animatable. How property values combine is defined by the Animation type line in each property’s property definition table. @cdoublev opened [pull requests](https://github.com/w3c/csswg-drafts/pull/8427) regarding this issue, but it's unclear what type should be applied to `wrap-flow` and `wrap-through`. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10622 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 25 July 2024 14:23:17 UTC