[csswg-drafts] [css-animations-1] Use range notation for `<keyframe-selector>` as a percentage (#7140)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-animations-1] Use range notation for `<keyframe-selector>` as a percentage ==
[`<keyframe-selector>`](https://drafts.csswg.org/css-animations-1/#typedef-keyframe-selector) is defined as follows:

> `<keyframe-selector> = from | to | <percentage>`
>
> Values less than 0% or higher than 100% are invalid and cause their `<keyframe-block>` to be ignored.

I think it can be explicitly defined with the [CSS bracketed range notation](https://drafts.csswg.org/css-values-4/#css-bracketed-range-notation).

> `<keyframe-selector> = from | to | <percentage [0,100]>`

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7140 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 14 March 2022 18:07:41 UTC