HTML
ARIA
Attributes supplying accessibility semantics where native HTML cannot.
Why interviewers ask about it
The first rule of ARIA is not to use it. A <button> is focusable and keyboard-activatable for free; role='button' on a div gives you the announcement and none of the behaviour.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.