Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLARIA basicsSingle-choice MCQ

A developer adds role="button" to a <div> and wires a click handler. Beyond the role, what else is required for it to behave like a real <button> for all users?

<div role="button" tabindex="0" onclick="save()">Save</div>