RESOLVED INVALID286916
SVGAnimationElement event handlers not covered by Trusted Types
https://bugs.webkit.org/show_bug.cgi?id=286916
Summary SVGAnimationElement event handlers not covered by Trusted Types
Luke Warlow
Reported 2025-02-03 05:24:19 PST
This is caused by a weird naming scheme where the event is called 'beginEvent' but the event handler is simply onbegin. This will need special casing within make-event-names.py
Attachments
Ahmad Saleem
Comment 1 2025-02-03 08:19:57 PST
Luke Warlow
Comment 2 2025-02-03 10:46:14 PST
Same is true for 'repeatEvent' and 'endEvent' for the same element. But turns out WebKit doesn't implement these event handlers at the minute so this isn't a bypass.
Luke Warlow
Comment 3 2025-02-03 10:50:03 PST
Going to close this issue as there's not actually an issue with Trusted types these event handlers just aren't yet supported.
Note You need to log in before you can comment on or make changes to this bug.