mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 01:07:58 +01:00
Further mode names normalisation in docs.
--HG-- extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
This commit is contained in:
@@ -396,7 +396,7 @@ var HintSession = Class("HintSession", CommandMode, {
|
||||
},
|
||||
|
||||
/**
|
||||
* Handle a hint mode event.
|
||||
* Handle a hints mode event.
|
||||
*
|
||||
* @param {Event} event The event to handle.
|
||||
*/
|
||||
@@ -774,7 +774,7 @@ var Hints = Module("hints", {
|
||||
hintSession: Modes.boundProperty(),
|
||||
|
||||
/**
|
||||
* Creates a new hint mode.
|
||||
* Creates a new hints mode.
|
||||
*
|
||||
* @param {string} mode The letter that identifies this mode.
|
||||
* @param {string} prompt The description to display to the user
|
||||
@@ -1245,7 +1245,7 @@ var Hints = Module("hints", {
|
||||
});
|
||||
|
||||
options.add(["hinttags", "ht"],
|
||||
"XPath or CSS selector strings of hintable elements for hint mode",
|
||||
"XPath or CSS selector strings of hintable elements for Hints mode",
|
||||
"stringlist", "input:not([type=hidden]),a[href],area,iframe,textarea,button,select," +
|
||||
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
|
||||
"[tabindex],[role=link],[role=button],[contenteditable=true]",
|
||||
|
||||
Reference in New Issue
Block a user