RESOLVED FIXED 249702
Move oncopy/oncut/onpaste to GlobalEventHandlers
https://bugs.webkit.org/show_bug.cgi?id=249702
Summary Move oncopy/oncut/onpaste to GlobalEventHandlers
Philip Jägenstedt
Reported 2022-12-21 00:30:47 PST
For historical reasons, the oncopy/oncut/onpaste event handler attributes were added only to Document and Element, making it inconsistent with other events that bubble. https://github.com/whatwg/html/pull/8096 moves these events handlers to GlobalEventHandlers and tests are updated in https://github.com/web-platform-tests/wpt/pull/36398. SVG and MathML are also being updated: https://github.com/w3c/svgwg/pull/895 https://github.com/w3c/mathml-core/pull/171
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-28 00:31:15 PST
Tetsuharu Ohzeki [UTC+9]
Comment 2 2023-01-01 15:46:30 PST
EWS
Comment 3 2023-01-03 10:35:40 PST
Committed 258390@main (1c7e2e801ad3): <https://commits.webkit.org/258390@main> Reviewed commits have been landed. Closing PR #8119 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.