Skip to content

Commit

Permalink
Add release note for #11524
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jul 15, 2021
1 parent a991627 commit c2775ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@ RELEASE DATE TK

- The prefixed non-standard features `api.Point`, `api.Window.convertPointFromNodeToPage`, and `api.Window.convertPointFromPageToNode` were renamed to their actual implementations as `api.WebKitPoint`, `api.Window.webkitConvertPointFromNodeToPage`, and `api.Window.webkitConvertPointFromPageToNode`, respectively. ([#11361](https://github.com/mdn/browser-compat-data/pull/11361))

- Several features duplicating `api.ClipboardEvent` data have been removed ([#11524](https://github.com/mdn/browser-compat-data/pull/11524)):

- `api.Document.copy_event.clipboardData`
- `api.Document.cut_event.clipboardData`
- `api.Document.paste_event.clipboardData`
- `api.Element.copy_event.clipboardData`
- `api.Element.cut_event.clipboardData`
- `api.Element.paste_event.clipboardData`
- `api.Window.copy_event.clipboardData`
- `api.Window.cut_event.clipboardData`
- `api.Window.paste_event.clipboardData`

- The following non-existent, long-removed, or otherwise irrelevant features have been removed:

- `api.Document.importNode.deep_parameter_optional` ([#11152](https://github.com/mdn/browser-compat-data/pull/11152))
Expand Down

0 comments on commit c2775ab

Please sign in to comment.