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
<rdar://problem/103738165>
Pull request: https://github.com/WebKit/WebKit/pull/8119
Committed 258390@main (1c7e2e801ad3): <https://commits.webkit.org/258390@main> Reviewed commits have been landed. Closing PR #8119 and removing active labels.