You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When favoriting a tweet, or doing other similar actions, screen reader users have no feedback whatsoever if the action was successful. It would be great if either we could have sounds for liking / unliking, retweeting, etc or screen reader speech feedback, using http://www.github.com/dkager/tolk or other similar libraries
The text was updated successfully, but these errors were encountered:
Currently, feedback for liking or retweeting a tweet is provided by the status bar at the bottom of window (same as original version of Tween), but perhaps this is not the better method for screen reader.
So I'm looking for some standard way to announce status changes on Windows Forms such as UIAccessibility.post() on iOS apps or aria-live="polite" in WAI-ARIA.
When favoriting a tweet, or doing other similar actions, screen reader users have no feedback whatsoever if the action was successful. It would be great if either we could have sounds for liking / unliking, retweeting, etc or screen reader speech feedback, using http://www.github.com/dkager/tolk or other similar libraries
The text was updated successfully, but these errors were encountered: