Interactive content has a nesting restriction the parser and validators enforce. Given a button containing an anchor, what is the under-the-hood reason this is invalid and how do browsers typically recover?
<button>Click <a href="/x">here</a></button>