mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:27:59 +01:00
Fix :h 'hinttags' default value.
This commit is contained in:
@@ -1281,7 +1281,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",
|
||||||
"stringlist", "input:not([type=hidden]),a[href],area,iframe,textarea,button,select," +
|
"stringlist", "a[href],area,button,iframe,input:not([type=hidden]),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]",
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -892,9 +892,9 @@
|
|||||||
<strut/>
|
<strut/>
|
||||||
<spec>'hinttags' 'ht'</spec>
|
<spec>'hinttags' 'ht'</spec>
|
||||||
<type>&option.hinttags.type;</type>
|
<type>&option.hinttags.type;</type>
|
||||||
<default>a,area,button,iframe,input:not([type=hidden]),select,textarea,
|
<default>a[href],area,button,iframe,input:not([type=hidden]),select,textarea,
|
||||||
[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand],
|
[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand],
|
||||||
[tabindex],[role=link],[role=button]</default>
|
[tabindex],[role=link],[role=button],[contenteditable=true]</default>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
A list of CSS selectors or XPath expressions used to select elements
|
A list of CSS selectors or XPath expressions used to select elements
|
||||||
|
|||||||
Reference in New Issue
Block a user