Add explicit types for editable hinting
This commit is contained in:
parent
b167f1f8d8
commit
70e1a0300c
@ -121,8 +121,8 @@ class HintManager(QObject):
|
|||||||
"[role=option], [role=button], img"),
|
"[role=option], [role=button], img"),
|
||||||
"links": "a",
|
"links": "a",
|
||||||
"images": "img",
|
"images": "img",
|
||||||
# FIXME remove input:not([type=hidden]) and add more explicit inputs.
|
"editable": ("input[type=text], input[type=email], input[type=url],"
|
||||||
"editable": ("input:not([type=hidden]), input[type=text], "
|
"input[type=tel], input[type=number], "
|
||||||
"input[type=password], input[type=search], textarea"),
|
"input[type=password], input[type=search], textarea"),
|
||||||
"url": "[src], [href]",
|
"url": "[src], [href]",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user