mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:54:12 +01:00
Fix :h 'hinttags' default value.
This commit is contained in:
@@ -892,9 +892,9 @@
|
||||
<strut/>
|
||||
<spec>'hinttags' 'ht'</spec>
|
||||
<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],
|
||||
[tabindex],[role=link],[role=button]</default>
|
||||
[tabindex],[role=link],[role=button],[contenteditable=true]</default>
|
||||
<description>
|
||||
<p>
|
||||
A list of CSS selectors or XPath expressions used to select elements
|
||||
|
||||
Reference in New Issue
Block a user