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

Adding Accessibility support #62

Open
ndbroadbent opened this issue Apr 9, 2016 · 3 comments
Open

Adding Accessibility support #62

ndbroadbent opened this issue Apr 9, 2016 · 3 comments

Comments

@ndbroadbent
Copy link

I'm interested in making the Mention, Hashtag, and URL elements accessible. We need this for our automated test suite, which relies on accessibility labels. But it's also just a good thing to provide for people who need it.

I'm not 100% sure how to do it, but I'll try to copy what TTTAttributedLabel is doing.

@polqf
Copy link
Contributor

polqf commented Oct 14, 2016

Been waiting for a PR, closing due to inactivity

@polqf polqf closed this as completed Oct 14, 2016
@thijsnado
Copy link

@polqf, instead of the TTTAttributedLabel approach, would you be interested in doing this via accessibility actions? I figure this could work as follows:

  • @-mentions will have action name "Navigate to mentioned user "
  • #-hashtags will have action name: "Navigate to hash tag "
  • urls will have action name: "Navigate to "
  • custom types would probably be: "Navigate to "

and obviously we would add methods for overriding the action names for all the ones listed above. I could probably work on this approach and try to get a PR for this if you think this would be a good approach.

@rozeridilar
Copy link

Hello, I added the accessibility support here:
#424

@maziyarpanahi maziyarpanahi reopened this Mar 22, 2023
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

No branches or pull requests

5 participants