RESOLVED FIXED 172985
Align oncuechange event handler handling with other event handlers
https://bugs.webkit.org/show_bug.cgi?id=172985
Summary Align oncuechange event handler handling with other event handlers
Domenic Denicola
Reported 2017-06-06 08:39:36 PDT
See tests at https://github.com/w3c/web-platform-tests/pull/6165. Unlike all other implemented GlobalEventHandlers, the IDL <-> content attribute reflection for oncuechange seems broken.
Attachments
Ahmad Saleem
Comment 1 2022-08-02 13:22:41 PDT
Safari fails two tests related to this: https://wpt.fyi/results/html/webappapis/scripting/events/event-handler-all-global-events.html?label=master&label=experimental&aligned&view=subtest&q=event-handler 1) oncuechange: the content attribute must be compiled into a function as the corresponding property 2) oncuechange: the content attribute must execute when an event is dispatched It passes all other tests - https://wpt.fyi/results/html/semantics/embedded-content/media-elements/interfaces/TextTrack/oncuechange.html?label=master&label=experimental&aligned&view=subtest&q=oncuechange Based on Github pull request mentioned in Comment 0. I don't know whether these above two failures are tracked here or there is separate bug already. Appreciate if someone can update this bug accordingly. Thanks!
Radar WebKit Bug Importer
Comment 2 2022-08-06 16:00:35 PDT
Anne van Kesteren
Comment 3 2024-08-28 09:02:26 PDT
EWS
Comment 4 2024-08-30 09:40:54 PDT
Committed 282977@main (d253da832c4c): <https://commits.webkit.org/282977@main> Reviewed commits have been landed. Closing PR #32830 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.