[csswg-drafts] [css-animations] What should Event.timeStamp be for animation / transition events? (#9167)

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

== [css-animations] What should Event.timeStamp be for animation / transition events? ==
These events have a weird lifetime, and there are various times involved:

 * The time the event was supposed to happen (e.g., the theoretical animation end).
 * The time the event is enqueued.
 * The time the event is dispatched.

I think per spec right now the timeStamp should be the time the event is enqueued, but should it be? Do we want to expose this time? If so it might be worth calling it out in the spec.

There are no tests for this at all afaics.

cc @birtles @flackr 

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


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

Received on Sunday, 6 August 2023 16:16:00 UTC