Re: [csswg-drafts] [selectors-4] Add pseudo-class to differentiate loading from dynamically added content (#8175)

On page load event is nice, but in most cases it's completely impractical because what actually want to know is when the element is visible on screen, which is already declared non-implementable as a selector.
For example, what if that element is loaded and below first fold? Usually you don't want the animation to play, unless it's set to `infinite`.
So this feels somewhat short of solving the common use-case.

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


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

Received on Wednesday, 11 January 2023 17:40:10 UTC