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

Deprecating ARIA img role in favor of image #28170

Open
bsmth opened this issue Jul 25, 2023 · 3 comments
Open

Deprecating ARIA img role in favor of image #28170

bsmth opened this issue Jul 25, 2023 · 3 comments
Labels
Content:Accessibility Accessibility docs

Comments

@bsmth
Copy link
Member

bsmth commented Jul 25, 2023

MDN URL

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/img_role

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

img role is being sunset in favor of image, e.g.

<!-- preferred -->

<div role="image" aria-label="Table flip">
  <p>(╯°□°)╯︵ ┻━┻</p>
</div>

<!-- instead of -->

<div role="img" aria-label="Table flip">
  <p>(╯°□°)╯︵ ┻━┻</p>
</div>

What did you expect to see?

The page should be renamed & redirected to image to reflect ARIA 1.3.

This has landed in

Do you have any supporting links, references, or citations?

Do you have anything more you want to share?

No response

@bsmth bsmth added needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jul 25, 2023
@github-actions github-actions bot added the Content:Accessibility Accessibility docs label Jul 25, 2023
@bsmth bsmth added the Content:Accessibility Accessibility docs label Jul 25, 2023
@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 25, 2023
@sideshowbarker sideshowbarker removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 26, 2023
@CBID2
Copy link
Contributor

CBID2 commented Jul 27, 2023

Hey @bsmth. Can I be assigned to this issue? :)

@bsmth
Copy link
Member Author

bsmth commented Jul 28, 2023

Hi @CBID2 - thanks for checking. I need to verify what timeline we're looking at making these changes (whether we want to do this now or wait for spec changes) - it's worth holding off on working on this one right now, but if you're looking for some other tasks, I can recommend the contributor task board for some issues that need attention. I hope that helps :)

@CBID2
Copy link
Contributor

CBID2 commented Jul 28, 2023

Hi @CBID2 - thanks for checking. I need to verify what timeline we're looking at making these changes (whether we want to do this now or wait for spec changes) - it's worth holding off on working on this one right now, but if you're looking for some other tasks, I can recommend the contributor task board for some issues that need attention. I hope that helps :)

Ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Accessibility Accessibility docs
Projects
None yet
Development

No branches or pull requests

3 participants