sophietk / xke-web-accessibility

See web apps through blind eyes and improve them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XKE Web Accessibility

Required

You can use node to start the server on port 4000.

node server.js

Exercise 1

Edit :

  • simple-page.html (contains instructions)
  • css/simple-page.css

And improve :

  • logo
  • headings
  • intuitive keyboard navigation
  • CSS deactivation

Use VoiceOver or NVDA to make sure the page is entirely read at loading.

Exercise 2

Edit :

  • js/chat.js (contains instructions)
  • chat.html
  • css/chat.css

And help the user indicating that some parts of the page have changed.

Use aria attributes : WAI Aria

About

See web apps through blind eyes and improve them


Languages

Language:JavaScript 100.0%