1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:47:58 +01:00

hinttags fixes

This commit is contained in:
Martin Stubenschrott
2007-04-24 18:42:17 +00:00
parent 754453bfae
commit 3294a0d361

View File

@@ -72,7 +72,8 @@ var g_settings = [/*{{{*/
function(value) { set_pref("extendedhinttags", value); }, function(value) { set_pref("extendedhinttags", value); },
function() { return get_pref("extendedhinttags"); }, function() { return get_pref("extendedhinttags"); },
"string", "string",
"//*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //input[@type!='hidden'] | //a | //area | //iframe | //textarea | //button | //select", "//*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //input[@type!='hidden' or not(boolean(@type))] | //a | //area | //iframe | //textarea | //button | //select",
null, null,
null null
], ],