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

Reflects FX119 support on Element and ElementInternals for various ARIA attributes #20911

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

zfox23
Copy link
Contributor

@zfox23 zfox23 commented Oct 6, 2023

Description

  • Reflects Firefox 119 support on Element and ElementInternals for various ARIA attributes

Motivation

The browser is changing, and we must keep up!

Additional details

https://bugzilla.mozilla.org/show_bug.cgi?id=1785412

Related issues and pull requests

Child of mdn/content#29311
Should be merged along with mdn/content#29521

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 6, 2023
@dipikabh dipikabh self-assigned this Oct 6, 2023
Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These updates look good. Thanks, @zfox23!

Making a note about:

  • ariaInvalid is not in the "Instance properties included from ARIA" section in both Element and ElementInternals pages, but it appears in the BCD table. I am assuming it is an instance property included from ARIA like the others.
  • ElementInternals additionally has this instance property - ElementInternals.role. Not sure why this is not part of BCD table on ElementInternals page. But for the BCD table on its own page, you might want to check with the Fx engineer if this needs to be updated as well.

I can take a look again in case there are more updates.

Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to my previous comment: role is in the BCD table on ElementInternals page (I missed spotting it earlier). So all good.

Thanks for the updates, @zfox23.

@dipikabh dipikabh merged commit 9abacc7 into mdn:main Oct 6, 2023
4 checks passed
teoli2003 pushed a commit to teoli2003/browser-compat-data that referenced this pull request Oct 13, 2023
…s ARIA attributes (mdn#20911)

* Show FX119 support on Element and ElementInternals for various ARIA attributes

* Oops, added FX119 support for 'states' when I shouldn't have
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
…s ARIA attributes (mdn#20911)

* Show FX119 support on Element and ElementInternals for various ARIA attributes

* Oops, added FX119 support for 'states' when I shouldn't have
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.

2 participants