Skip to content

Instantly share code, notes, and snippets.

@lkopacz
Last active October 21, 2020 15:41
Show Gist options
  • Save lkopacz/4e02dfd2a436b92e4503d973c4525d19 to your computer and use it in GitHub Desktop.
Save lkopacz/4e02dfd2a436b92e4503d973c4525d19 to your computer and use it in GitHub Desktop.

Table of Contents

Preface

  • Why I'm Writing this book
  • Who is this book for
  • Author's Note
  • Goals of this book
  • Shoutouts

Part 1 - The Basics

  • Chapter 1 - What is Web Accessibility
  • Chapter 2 - Common HTML Errors and how to fix

Part 2 - ARIA

  • Chapter 3 - What is ARIA?
  • Chapter 4 -The Accessibility Tree
  • Chapter 5 -Most useful ARIA attributes

Part 3 - JavaScript and Interactivity

  • Chapter 6 - Patterns
  • Chapter 7 - Progressive Enhancement
  • Chapter 8 - User Preferences
  • Chapter 9 - React Libraries to help you

Part 4 - Testing

  • Chapter 10 - Automated testing tools
  • Chapter 11 - Writing tests
  • Chapter 12 - Keyboard Testing
  • Chapter 13 - Screen reader Testing
  • Chapter 14 - User testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment