Re: [csswg-drafts] [web-animations-1] Does an animation have pending events? (#8004)

IMO:

It shouldn't be called a queue unless the items are in the right order. So, either call it "pending animation events", make it a [list](https://infra.spec.whatwg.org/#list), and note that it's out of order, or call it "pending animation events queue", a [queue](https://infra.spec.whatwg.org/#queue), and insert items in the correct order.

The items should be a defined struct, so the event object and target of a pending animation event can be referenced.

Happy to make a PR.

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


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

Received on Friday, 4 November 2022 10:53:32 UTC