Bug 249702
| Summary: | Move oncopy/oncut/onpaste to GlobalEventHandlers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philip Jägenstedt <philip> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philip Jägenstedt
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103738165>
Tetsuharu Ohzeki [UTC+9]
Pull request: https://github.com/WebKit/WebKit/pull/8119
EWS
Committed 258390@main (1c7e2e801ad3): <https://commits.webkit.org/258390@main>
Reviewed commits have been landed. Closing PR #8119 and removing active labels.