Add explicit types for editable hinting

This commit is contained in:
Florian Bruhin 2014-04-22 14:33:40 +02:00
parent b167f1f8d8
commit 70e1a0300c

View File

@ -121,8 +121,8 @@ class HintManager(QObject):
"[role=option], [role=button], img"),
"links": "a",
"images": "img",
# FIXME remove input:not([type=hidden]) and add more explicit inputs.
"editable": ("input:not([type=hidden]), input[type=text], "
"editable": ("input[type=text], input[type=email], input[type=url],"
"input[type=tel], input[type=number], "
"input[type=password], input[type=search], textarea"),
"url": "[src], [href]",
}