1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 14:45:47 +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'", "XPath string of hintable elements activated by 'f' and 'F'",
"stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," + "stringlist", "input:not([type=hidden]),a,area,iframe,textarea,button,select," +
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," + "[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
"[tabindex],[role=link],[role=button]", "[tabindex],[role=link],[role=button],[contenteditable=true]",
{ {
setter: function (values) { setter: function (values) {
this.matcher = util.compileMatcher(values); this.matcher = util.compileMatcher(values);