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

Add [contenteditable=true] to 'hinttags'. Closes issue #512.

This commit is contained in:
Kris Maglione
2011-05-20 11:45:54 -04:00
parent bd84ce439e
commit 9fee9fff68

View File

@@ -1242,7 +1242,7 @@ var Hints = Module("hints", {
"XPath string of hintable elements activated by 'f' and 'F'",
"stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," +
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
"[tabindex],[role=link],[role=button]",
"[tabindex],[role=link],[role=button],[contenteditable=true]",
{
setter: function (values) {
this.matcher = util.compileMatcher(values);