diff options
Diffstat (limited to 'common/locale/en-US/options.xml')
-rw-r--r-- | common/locale/en-US/options.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 9ba44d68..b963df15 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -560,7 +560,12 @@ [OTivVWy]:'//a[@href] | //xhtml:a[@href] | //area[@href] | //xhtml:area[@href] | //img[@src] | //xhtml:img[@src] | - //iframe[@src] | //xhtml:iframe[@src]'</default> + //iframe[@src] | //xhtml:iframe[@src]', + [S]:'//input[not(@type=''hidden'')] | + //xhtml:input[not(@type=''hidden'')] | + //textarea | //xhtml:textarea | + //button | //xhtml:button | + //select | //xhtml:select' </default> <description> <p> Defines specialized XPath expressions for arbitrary |