1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 22:27:58 +01:00

Add comments, because comments are cool.

This commit is contained in:
Kris Maglione
2012-03-21 01:23:23 -04:00
parent 8c2854f6ba
commit 99c1421b51
2 changed files with 5 additions and 2 deletions

View File

@@ -1275,6 +1275,7 @@ var Hints = Module("hints", {
options.add(["extendedhinttags", "eht"],
"XPath or CSS selector strings of hintable elements for extended hint modes",
"regexpmap", {
// Make sure to update the docs when you change this.
"[iI]": "img",
"[asOTvVWy]": [":-moz-any-link", "area[href]", "img[src]", "iframe[src]"],
"[A]": ["[id]", "a[name]"],
@@ -1299,6 +1300,7 @@ var Hints = Module("hints", {
options.add(["hinttags", "ht"],
"XPath or CSS selector strings of hintable elements for Hints mode",
// Make sure to update the docs when you change this.
"stringlist", ":-moz-any-link,area,button,iframe,input:not([type=hidden]),select,textarea," +
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
"[tabindex],[role=link],[role=button],[contenteditable=true]",