Slide 9
Slide 9 text
Web Accessibility: ARIA Roles
● Landmark roles to aid navigation e.g role=”navigation”, role=”search”,
role=”main”, role=”complementary”
● Document structure roles to help organise document structure, not normally interactive e.g.
definition, figure, feed, math, directory, columnheader, cell, note,
term
● Widget roles that are used for interactive ‘widgets’ or controls to help you signify semantics of a
custom form control or UI element e.g. switch, toolbar, progressbar, tab,
tabpanel, select, option,checkbox
● Live region roles are used for content that changes as user takes action e.g. alert, log,
marquee, status, timer