Bug 293686
| Summary: | Implement ToggleEvent.source | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joey Arhar <jarhar> |
| Component: | DOM | Assignee: | Luke Warlow <lwarlow> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | lwarlow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 293953 | ||
| Bug Blocks: | |||
Joey Arhar
The ToggleEvent interface is getting a new "source" attribute added which is set to the element which triggered the toggling of the target element, such as a popover's invoker button: https://github.com/whatwg/html/pull/11186
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/152580641>
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/52743