nitter icon indicating copy to clipboard operation
nitter copied to clipboard

Fix some accessibility issues

Open hannaeko opened this issue 1 year ago • 1 comments

Hello, I am trying to address some of the accessibility issues raised in #998, #1001, #1002 and #1003.

Changes:

  • replace div by main for .container element
  • change about page title to be "About | nitter.net"
  • add role, label and title for liberapay icon / link
  • use explicit label to link label to input (this also changed the way checkbox are styled, from a span directly following the checkbox to styling the checkbox directly)
  • use separate fieldsets to group inputs in preference form

Cheers, Gaël

hannaeko avatar Aug 30 '23 19:08 hannaeko

this patch is now deployed on nitter.woodland.cafe -- lighthouse a11y score seems to marginally improve on tweets, so I consider that a win

untitaker avatar Oct 07 '23 19:10 untitaker