fix(html5): disallow nested `<a>` elements even without `href` attribute
From content model: > "Transparent, but there must be no interactive content descendant, a element > descendant, or descendant with the tabindex attribute specified." https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
Loading