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
The title says it. Naturally this can be done by changing
elif k.startswith('data_')
to
elif k.startswith('data_') or k.startswith('aria_')
but in the long run probably a more sophisticated system might be needed. Maybe a sophisticated implementation already exists.
Related Issue (#48)
Further reference if needed: http://www.w3.org/TR/wai-aria/
Alex
The text was updated successfully, but these errors were encountered:
+1
Further reference here as well: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
This is a feature I'd really like to see implemented.
It's now part of Foundation's standard help-text formatting as well http://foundation.zurb.com/sites/docs/forms.html#help-text
Sorry, something went wrong.
Good idea. I'm putting it on the schedule for 3.0
@crast Is this feature anywhere near to being included? I have a PR ready to submit if this is still something you guys want?
@ftm-1 I'm the new maintainer. If you have a PR, please submit it! :-)
Hi @davidism, I was @ftm-1 but now I'm on this account (I managed to get a better username). I have reopened the PR on my new account so it should be ready to go.
Closed in #389
crast
No branches or pull requests
The title says it. Naturally this can be done by changing
to
but in the long run probably a more sophisticated system might be needed. Maybe a sophisticated implementation already exists.
Related Issue (#48)
Further reference if needed: http://www.w3.org/TR/wai-aria/
Alex
The text was updated successfully, but these errors were encountered: