mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:08:00 +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",
|
"XPath or CSS selector strings of hintable elements for extended hint modes",
|
||||||
"regexpmap", {
|
"regexpmap", {
|
||||||
"[iI]": "img",
|
"[iI]": "img",
|
||||||
"[asOTivVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
|
"[asOTvVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
|
||||||
"[f]": "body",
|
"[f]": "body",
|
||||||
"[F]": ["body", "code", "div", "html", "p", "pre", "span"],
|
"[F]": ["body", "code", "div", "html", "p", "pre", "span"],
|
||||||
"[S]": ["input:not([type=hidden])", "textarea", "button", "select"]
|
"[S]": ["input:not([type=hidden])", "textarea", "button", "select"]
|
||||||
|
|||||||
@@ -635,7 +635,7 @@
|
|||||||
<spec>'extendedhinttags' 'eht'</spec>
|
<spec>'extendedhinttags' 'eht'</spec>
|
||||||
<strut/>
|
<strut/>
|
||||||
<type>&option.extendedhinttags.type;</type>
|
<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,
|
||||||
[F]:body,code,div,html,p,pre,span,
|
[F]:body,code,div,html,p,pre,span,
|
||||||
[iI]:img,
|
[iI]:img,
|
||||||
|
|||||||
Reference in New Issue
Block a user