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

fix(object-alt): do not allow fallback content for objects #2525

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

WilcoFiers
Copy link
Contributor

@WilcoFiers WilcoFiers commented Sep 21, 2020

Fallback content can not be used to give an object an accessible name. Instead us aria-label(ledby) or title.

Closes issue: #2524

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Code is reviewed for security

@WilcoFiers WilcoFiers requested a review from a team as a code owner September 21, 2020 13:06
@WilcoFiers WilcoFiers force-pushed the object-alt-fix branch 3 times, most recently from 0c573b4 to 08b1f67 Compare September 21, 2020 13:41
Copy link
Contributor

@straker straker left a comment

Choose a reason for hiding this comment

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

Looks good minus the playground change

@@ -2,7 +2,68 @@
<html lang="en">
<title>O hai</title>

<div class="foo" id="foo">foo</div>
<div class="listbox-area">
Copy link
Contributor

Choose a reason for hiding this comment

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

Glad I'm not the only one who submits changes to the playground file :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

whahaha, fair enough :P

@straker straker changed the title fix: do not allow fallback content for objects fix(object-alt): do not allow fallback content for objects Sep 22, 2020
@WilcoFiers WilcoFiers merged commit 486eafe into develop Sep 23, 2020
@WilcoFiers WilcoFiers deleted the object-alt-fix branch September 23, 2020 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants