summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scripts/hints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/hints.js b/src/scripts/hints.js
index 6a21586..1f887ec 100644
--- a/src/scripts/hints.js
+++ b/src/scripts/hints.js
@@ -527,7 +527,7 @@ var hints = Object.freeze((function(){
var prop,
/* holds the xpaths for the different modes */
xpathmap = {
- otY: "//*[@href] | //*[@onclick or @tabindex or @class='lk' or @role='link' or @role='button'] | //input[not(@type='hidden' or @disabled or @readonly)] | //textarea[not(@disabled or @readonly)] | //button | //select",
+ otY: "//*[@href] | //*[@onclick or @tabindex or @class='lk' or @role='link' or @role='button'] | //input[not(@type='hidden' or @disabled or @readonly)] | //textarea[not(@disabled or @readonly)] | //button | //select | //summary",
k: "//div",
e: "//input[not(@type) or @type='text'] | //textarea",
iI: "//img[@src]",