1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

Frob 'hinttags'.

This commit is contained in:
Kris Maglione
2013-01-20 19:07:37 -08:00
parent b8f67ba32c
commit 46badc994c
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -931,7 +931,8 @@
<strut/> <strut/>
<spec>'hinttags' 'ht'</spec> <spec>'hinttags' 'ht'</spec>
<type>&option.hinttags.type;</type> <type>&option.hinttags.type;</type>
<default>:-moz-any-link,area,button,iframe,input:not([type=hidden]),select,textarea, <default>:-moz-any-link,area,button,iframe,input:not([type=hidden]),
label[for],select,textarea,
[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand], [onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand],
[tabindex],[role=link],[role=button],[contenteditable=true]</default> [tabindex],[role=link],[role=button],[contenteditable=true]</default>
<description> <description>