Bug 218402 - Remove support for the "overflow" event
Summary: Remove support for the "overflow" event
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2020-10-30 13:23 PDT by Simon Fraser (smfr)
Modified: 2024-06-04 06:47 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-10-30 13:23:12 PDT
The "overflow" event is non-standard: https://developer.mozilla.org/en-US/docs/Web/API/Element/overflow_event yet we have code for it (see OverflowEventDispatcher).

caniuse.com says we don't support it: https://caniuse.com/mdn-api_element_overflow_event

so that's confusing.
Comment 1 Radar WebKit Bug Importer 2020-11-06 12:24:15 PST
<rdar://problem/71129110>
Comment 2 Ahmad Saleem 2024-02-07 20:56:22 PST
Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=198689
Comment 3 Ahmad Saleem 2024-06-04 06:46:50 PDT
Blink commit (Chromium GitHub repo) - https://github.com/chromium/chromium/commit/86665f61dc951e5aca388badd7b82a1691c8beb6
Comment 4 Ahmad Saleem 2024-06-04 06:47:06 PDT
Draft PR - https://github.com/WebKit/WebKit/pull/29497