nolanlawson / pinafore

Alternative web client for Mastodon (UNMAINTAINED)
https://pinafore.social
GNU Affero General Public License v3.0
1.02k stars 172 forks source link

Opening and closing tooltips is not communicated to assistive technologies #2321

Closed nvdaes closed 1 year ago

nvdaes commented 1 year ago

When we press tooltip buttons, text can be shown and hidden, but this is not notified to screen readers. Though a description is read in certain cases without needing to expand the button (for example, using single character navigation with NVDA), we can press the button and then the webpage is modified, so it's useful to know that the button is expandable. I've tested this locally and for me is clearer to be notified about this with NVDA screen reader.

NickColley commented 1 year ago

Merged in #2322 thank you :)