typestar

Accessible HTML

15 steps in 5 sets of HTML.

Fifteen steps, and the first set is called Start with the right element because that is genuinely most of it. A button is accessible; a div with a click handler is a small project.

Then accessible names and state, focus management and visibility, and content that reads sensibly out of order. ARIA appears where it has to and not before.

Start this tour

Start with the right element

Names and state

Focus and visibility

Content that reads

Encore

  • accessible_table.htmlA data table people can actually read: caption, scopes, a summary row, and text that is not color alone.

The other HTML tours