Get started
Accessibility for Front-end Developers
Accessible Front-end development will ensure people can access, understand and navigate online content. Plan for accessibility and conduct accessibility testing throughout the development processes.
-
Keyboard access
Can you reach all interactive elements using the tab key?
-
Screen reader
Can you use a screen reader to access the page content?
-
Headings
Are you using the correct structure for headings on your page?
-
Page structure
Are you using semantic elements and roles?
-
CSS dependence
Can users understand and access content independant of CSS?
-
Images
Do your images have good alt text?
-
Links and Buttons
Are you using links or buttons for navigation and actions?
-
Colour and Contrast
Is there enough contrast between foreground and background colour?
-
Automated testing
Are your accessibility testing tools providing accurate results?
Last modified: