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

Append any text indicated by aria-describedby to wand output #175

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

brucelawson
Copy link

the aria-describedby attribute takes idrefs of elements whose text content is read out by screenreaders. It's a useful way of adding instructions to form fields that are accessible to screen reader users (see https://developer.paciellogroup.com/blog/2014/12/using-aria-describedby-to-provide-helpful-form-hints/)

This PR appends the text pointed to by aria-describedby on elements to the output of the 'screenreader wand' (and adds tests to the index.html page to see it in action)

@khanbot
Copy link

khanbot commented Nov 20, 2020

Hey @brucelawson,

Thanks for the PR! Mind signing our Contributor License Agreement?

When you've done so, go ahead and comment [clabot:check] and I'll check again.

Yours truly,
khanbot

@brucelawson
Copy link
Author

[clabot:check]

@khanbot
Copy link

khanbot commented Nov 20, 2020

CLA signature looks good 👍

@imcodingideas imcodingideas mentioned this pull request May 17, 2022
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.

2 participants