Kudos to the VS Code team at MS for Accessibility
Kudos to the Visual Studio Code team at Microsoft for helping coders with tools for creating more Accessible websites!
- Activity bar entries now have a
tab
role and set the appropriatearia-expanded
state.- Aria labels of editors now properly convey the following editor states:
pinned
,preview
, andreadonly
.
I particularly appreciate the above two points which shows thinking about how to help coders understand and implement Aria labels.
Although, just adding Aria to a web page does not automatically make it accessible! We must always be thinking of how Keyboard Kevin, Screen Reader Shawna, and Grayscale Gary can use our site, not just the Typical Tina.
Written on June 19, 2020