Accessibility APIs and Browsers

  • HTML + CSS + Javascript combine to create a graphical rendering.
  • Information in accessibility APIs for browsers are based primarily off the graphical rendering.
  • Accessibility APIs have a tree structure similar concepts used in the HTML DOM.
  • ARIA markup is the vocabulary used in the accessibility tree to communicate information about the page to assistive technologies.