1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-12 19:25:45 +01:00

Add a hint mode for selecting scrollable elements.

Update issue 151
This should do what you want.
This commit is contained in:
Kris Maglione
2010-12-02 20:29:51 -05:00
parent 9a9449f554
commit 0346a1ff18
5 changed files with 46 additions and 14 deletions

View File

@@ -612,6 +612,11 @@
//area[@href] | //xhtml:area[@href] |
//img[@src] | //xhtml:img[@src] |
//iframe[@src] | //xhtml:iframe[@src]',
[F]:'//div | //xhtml:div |
//span | //xhtml:span |
//p | //xhtml:p |
//body | //xhtml:body |
//html | //xhtml:html'
[S]:'//input[not(@type=''hidden'')] |
//xhtml:input[not(@type=''hidden'')] |
//textarea | //xhtml:textarea |