[Webkit-unassigned] [Bug 249702] New: Move oncopy/oncut/onpaste to GlobalEventHandlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 00:30:47 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249702

            Bug ID: 249702
           Summary: Move oncopy/oncut/onpaste to GlobalEventHandlers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: philip at foolip.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221221/9dee1aee/attachment.htm>


More information about the webkit-unassigned mailing list