Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove api.MouseEvent.MouseEvent.region_support entry #11499

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Jul 13, 2021

This entry represents whether the region member of the MouseEventInit
dictionary is supported. While that is a coherent thing to represent,
it's not useful since support follows api.MouseEvent.region. No other
members of MouseEventInit are in BCD.

This entry represents whether the region member of the MouseEventInit
dictionary is supported. While that is a coherent thing to represent,
it's not useful since support follows api.MouseEvent.region. No other
members of MouseEventInit are in BCD.
@foolip foolip requested a review from ddbeck July 13, 2021 08:56
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 13, 2021
@sideshowbarker sideshowbarker merged commit d354d69 into mdn:main Jul 14, 2021
@foolip foolip deleted the region_support branch July 14, 2021 10:37
foolip added a commit to foolip/browser-compat-data that referenced this pull request Jul 14, 2021
This is similar to mdn#11499.

The constructor isn't especially useful to begin with, keeping track of
when individual object parameters were supported isn't practically
useful. What matters in practice is when the properties on the event
were supported, which is already captured.
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Jul 15, 2021
ddbeck added a commit that referenced this pull request Jul 15, 2021
* Bump version to v3.3.11

* Add release note for #11502

* Add release note for #11499

* Add release note for #11100

* Add release note for #11101

* Add release note for #11152

* Add release note for #11355

* Add release note for #11361

* Add release note for #11438

* Add release note for #11520

* Add release note for #11452

* Add release note for #11481

* Add second release note for #11481

* Add release note for #11500

* Add release note for #11524

* Add release note for #11413

* Add release note for #11414

* Add release date

* Add stats

* Fix formatting
ddbeck pushed a commit that referenced this pull request Jul 22, 2021
…1530)

This is similar to #11499.

The constructor isn't especially useful to begin with, keeping track of
when individual object parameters were supported isn't practically
useful. What matters in practice is when the properties on the event
were supported, which is already captured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants