Skip to main content

HTML Guide

An element with the attribute “role=button” must not appear as a descendant of the “a” element.

A button element, or an element with the role=button attribute, is not allowed to be nested inside an <a> element.

Related W3C validator issues