From this related issue:
For HTML and SVG, Chromium seems to use Link role for <a> element without href, as long as it has mouse event listeners:
[…trimmed reply…]
(I haven't checked other browsers).
Originally posted by @fred-wang in #39
Later @twilco confirmed this is also aligned with Gecko and WebKit, so the HTML-AAM should update, too.
Note that the implementations are (or should be) limited to direct listeners, not delegated listeners on ancestor elements like the body.
From this related issue:
Originally posted by @fred-wang in #39
Later @twilco confirmed this is also aligned with Gecko and WebKit, so the HTML-AAM should update, too.
Note that the implementations are (or should be) limited to direct listeners, not delegated listeners on ancestor elements like the body.