mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
Remove extraneous 'eht' ;i definition.
--HG-- extra : rebase_source : 6b719404040fcdbe7e5adcded9072771e0b6c194
This commit is contained in:
@@ -1189,7 +1189,7 @@ var Hints = Module("hints", {
|
||||
"XPath or CSS selector strings of hintable elements for extended hint modes",
|
||||
"regexpmap", {
|
||||
"[iI]": "img",
|
||||
"[asOTivVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
|
||||
"[asOTvVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
|
||||
"[f]": "body",
|
||||
"[F]": ["body", "code", "div", "html", "p", "pre", "span"],
|
||||
"[S]": ["input:not([type=hidden])", "textarea", "button", "select"]
|
||||
|
||||
@@ -635,7 +635,7 @@
|
||||
<spec>'extendedhinttags' 'eht'</spec>
|
||||
<strut/>
|
||||
<type>&option.extendedhinttags.type;</type>
|
||||
<default>[asOTivVWy]:a[href],area[href],img[src],iframe[src],
|
||||
<default>[asOTvVWy]:a[href],area[href],img[src],iframe[src],
|
||||
[f]:body,
|
||||
[F]:body,code,div,html,p,pre,span,
|
||||
[iI]:img,
|
||||
|
||||
Reference in New Issue
Block a user