Merge branch 'hinttags' of https://github.com/haasn/qutebrowser into haasn-hinttags

This commit is contained in:
Florian Bruhin 2016-08-10 09:52:35 +02:00
commit a734a324ed

View File

@ -1053,6 +1053,7 @@ class WordHinter:
"img": ["alt", "title", "src"], "img": ["alt", "title", "src"],
"a": ["title", "href", "text"], "a": ["title", "href", "text"],
"input": ["name", "placeholder"], "input": ["name", "placeholder"],
"textarea": ["name", "placeholder"],
"button": ["text"] "button": ["text"]
}) })