Skip to content

jasonwebb/making-the-web-work-for-everyone-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making the Web Work for Everyone

Screenshot of title slide with active wheelchair icon and title "Making the Web Work for Everyone

Sections

  1. What is digital accessibility?
  2. Why does it matter?
  3. How do I build accessible stuff?
  4. Live demos!
  5. Testing for accessibility
  6. How can you make things better?
  7. Learning more

Code samples

  1. Page structure - how landmark tags affect screen reader usability
  2. Forms - using <label>s, grouping controls using <fieldset>, handling and associating valiation errors, and more

Packages used