mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:57:58 +01:00
Check <pre/> and <code/> elements in ;F.
--HG-- branch : bootstrapped
This commit is contained in:
@@ -1129,7 +1129,7 @@ var Hints = Module("hints", {
|
||||
"XPath strings of hintable elements for extended hint modes",
|
||||
"regexpmap", "[iI]:" + xpath(["img"]) +
|
||||
",[OTivVWy]:" + xpath(["{a,area}[@href]", "{img,iframe}[@src]"]) +
|
||||
",[F]:" + xpath(["div", "span", "p", "body", "html"]) +
|
||||
",[F]:" + xpath(["body", "code", "div", "html", "p", "pre", "span"]) +
|
||||
",[S]:" + xpath(["input[not(@type='hidden')]", "textarea", "button", "select"]),
|
||||
{ validator: Option.validateXPath });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user