Was discussing today when to add an #accessibility Hint to an element in #iOS; here's the list we got:
- When the label+trait doesn't make it obvious what will happen when I tap this item. (i.e. "send, button" is pretty clear, but “you should set up your notifications! button” doesn't tell me where I'll go if I activate)
- When the label is user generated content (i.e. activating a post on mastodon goes to a detail page)
- When the element supports other gestures like long press
Any others?!