Re: [csswg-drafts] [web-animations-2][css-animations-2] How should unspecified trigger range boundaries be resolved? (#11932)

Thought I'd post one detail that occurred to me about this:

`animation-trigger-exit-range: auto normal` should mean the same as `animation-trigger-exit-range: auto auto` which means "match the trigger range."

and 

`animation-trigger-exit-range: normal auto` should mean the same as `animation-trigger-exit-range: normal normal` which refers to the `cover` range.

The first case represents a slight expansion of the meaning of `normal` so that `normal` is defined in the newly introduced context of `auto`.

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


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

Received on Wednesday, 2 April 2025 20:48:59 UTC