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

Leverage the accessibility tree for the Navigation Engine #348

Closed
dhuynh95 opened this issue Jun 14, 2024 · 1 comment · Fixed by #410
Closed

Leverage the accessibility tree for the Navigation Engine #348

dhuynh95 opened this issue Jun 14, 2024 · 1 comment · Fixed by #410
Assignees
Labels
ActionEngine enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dhuynh95
Copy link
Collaborator

Someone rightly pointed yesterday that we could use the accessibility tree during the webinar.
Got to say I heard of it but haven't checked.

I think this is something where the community could help.

We will draw the details of implementation with @mbrunel and @HiImMadness and share the steps to implement it here

@dhuynh95 dhuynh95 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers ActionEngine labels Jun 14, 2024
@adeprez
Copy link
Contributor

adeprez commented Jun 21, 2024

In the same vein we can use the for attribute to enrich element context even when aria-label is absent.

<label for="abc">Search</label>
<input id="abc" />

input#abc has no information itself, but we can infer a "Search" label.

@adeprez adeprez self-assigned this Jul 5, 2024
@adeprez adeprez linked a pull request Jul 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ActionEngine enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants