home Python and Accessibility
Example: Single Letter Navigation
- I start at the top of the page
- I can use arrows to go line by line through the DOM
- I can press tab to hit the various tabstops
- that clone button is far down the DOM...
- The screen reader enables single letter navigation
- 'b' for the next button, 'l' for the next list item, 'k' for the next link, ...
- Note how I quickly navigate to different elements
back, Standards and Guidelines next, Summary