Re: [csswg-drafts] [css-animations] How should relative-length values be interpreted when used in the <keyframe-selector> production in the @keyframes prelude? (#10880)

I don’t believe there is anything in there that would cause a length percent hint. 

The sign expression will have the type “number” made consistent with the input. Since the input has no percent hint, the “number” will also not have a percent hint. 

Then, the 50% has type “percentage”, which, multiplied by “number” is still “percentage”.

-- 
GitHub Notification of comment by weinig
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10880#issuecomment-2380640607 using your GitHub account


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

Received on Saturday, 28 September 2024 13:29:17 UTC