District Core Developer DocsDistrict Core Developer Docs
Developers
Boilerplate
Modules
Bitbucket
Developers
Boilerplate
Modules
Bitbucket
  • Developers

    • Getting-Started
    • Git
    • Changelog
    • Building
    • Tests
    • Modules
    • Jobs
    • Accessibility
    • Other-Services
    • General-Tips
    • Architecture

Accessibility

General guidelines

  • Add :focus to any hover effect so that it also applies to keyboard navigation.
  • When using adding a vk-modal make sure to add a role and aria-label attribute: <vk-modal role="dialog" aria-label="usually modal title"
  • Use correct HTML elements for their intended purpose to make use of native browser accessibility support. i.e Instead if creating editable content add a text input vs a div.
Edit this page
Prev
Jobs
Next
Other-Services