Extract hint tags from <textarea>
This is similar to <input> and also often uses a placeholder or name to identify itself.
This commit is contained in:
parent
c54f1fe1bb
commit
e0f069f7ca
@ -1053,6 +1053,7 @@ class WordHinter:
|
||||
"img": ["alt", "title", "src"],
|
||||
"a": ["title", "href", "text"],
|
||||
"input": ["name", "placeholder"],
|
||||
"textarea": ["name", "placeholder"],
|
||||
"button": ["text"]
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user