diff --git a/content/link_hints.ts b/content/link_hints.ts index 750544fd7..4fc308888 100644 --- a/content/link_hints.ts +++ b/content/link_hints.ts @@ -528,6 +528,7 @@ var VHints = { ? ((anotherEl = (element as XrayedObject).wrappedJSObject || element) as MayBeSVGElement ).onclick || (anotherEl as MayBeSVGElement).onmousedown : element.getAttribute("onclick")) + || (s = element.getAttribute("role")) && ( /^button$/i).test(s) || this.ngEnabled_ && element.getAttribute("ng-click") || this.jsaEnabled_ && (s = element.getAttribute("jsaction")) && this.checkJSAction_(s) ? ClickType.attrListener