Skip to content

Commit

Permalink
Add release note for mdn#11328
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jul 1, 2021
1 parent 8679e83 commit b34642a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ RELEASE DATE TK

</details>

- The following features were renamed to follow [the guideline on parameter feature names](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#parameters-and-parameter-object-features): ([#11328](https://github.com/mdn/browser-compat-data/pull/11328))

| Before | After |
| -------------------------------------------- | ------------------------------------------------------- |
| `api.HTMLElement.focus.preventScroll_option` | `api.HTMLElement.focus.options_preventScroll_parameter` |
| `api.SVGElement.focus.preventScroll_option` | `api.SVGElement.focus.options_preventScroll_parameter` |

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

- `api.GlobalEventHandlers.onpointerlockchange` ([#11307](https://github.com/mdn/browser-compat-data/pull/11307))
Expand Down

0 comments on commit b34642a

Please sign in to comment.