Bug 286916
| Summary: | SVGAnimationElement event handlers not covered by Trusted Types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ahmad.saleem792 |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 275669 | ||
| Bug Blocks: | |||
Luke Warlow
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Might be same - https://bugs.webkit.org/show_bug.cgi?id=281404
Luke Warlow
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
Going to close this issue as there's not actually an issue with Trusted types these event handlers just aren't yet supported.