1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 03:32:28 +01:00

Closes issue #1148.

This commit is contained in:
Kris Maglione
2014-04-30 09:10:50 -07:00
parent 40863bf132
commit 22deef8d45

View File

@@ -1322,7 +1322,8 @@ var Hints = Module("hints", {
options.add(["hinttags", "ht"],
"XPath or CSS selector strings of hintable elements for Hints mode",
// Make sure to update the docs when you change this.
"stringlist", ":-moz-any-link,area,button,iframe,input:not([type=hidden]),label[for],select,textarea," +
"stringlist", ":-moz-any-link,area,button,iframe,input:not([type=hidden]):not([disabled])," +
"label[for],select,textarea," +
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
"[tabindex],[role=link],[role=button],[contenteditable=true]",
{