Commit Graph
14 Commits
Author SHA1 Message Date
Gô ShoemakeandEugen Rochko 08e4c78e78 Fix column headers accessibility (#6199)
* Fix accessibility of column headers

As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed:
 * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling.
 * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks.
 * I didn't even realize there was a Settings toggle until I made this change.

Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands.

Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks!

* Styling fixes

* Fixed overflow issue
2018-01-15 04:33:06 +01:00
Gô ShoemakeandEugen Rochko 29a22691d2 Fix character/grapheme count stuff (#3839)
* Bring Toot button in line with counter

Both should use stringz I guess

* Use grapheme_length for character count
2017-06-19 11:31:14 +02:00
Go ShoemakeandEugen Rochko 9cd3a6836b Fixed mention regex to support unicode (#2420) 2017-05-11 03:47:38 +02:00
Kibigo! b455cbc6d3 "direct" in statuses#create 2017-04-03 01:23:37 -07:00
Kibigo! a9db64cf26 Forgot direct statuses :P 2017-04-02 22:46:10 -07:00
Kibigo! 5d2f1d600d Typofixes 2017-04-02 21:17:07 -07:00
Kibigo! 5d65aa3bf9 Code now code 2017-04-02 21:13:15 -07:00
Kibigo! 565568dd9c Merging 'upstream' updates 2017-04-02 21:07:07 -07:00
Kibigo! 6e41ef55ed Updated API docs 2017-04-02 21:03:49 -07:00
Kibigo 91c79f2445 Better smart/dumb component separation 2017-03-01 02:56:15 -08:00
Kibigo 5f6f7aaa27 Making the back button a little smarter 2017-02-28 22:24:34 -08:00
Kibigo e84c1dc95f Support for pasting images from clipboard 2017-02-28 18:52:46 -08:00
Kibigo 4d2af0d664 Character counter fix 2017-02-27 04:32:41 -08:00
Kibigo 620f70e42c Adds site metadata access to the API 2017-02-27 04:06:25 -08:00