mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 13:15:45 +01:00
Add some docs for util.editableInputs.
This commit is contained in:
@@ -497,6 +497,10 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
|||||||
util.dump((arguments.length == 0 ? "Stack" : msg) + "\n" + stack + "\n");
|
util.dump((arguments.length == 0 ? "Stack" : msg) + "\n" + stack + "\n");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The set of input element type attribute values that mark the element as
|
||||||
|
* an editable field.
|
||||||
|
*/
|
||||||
editableInputs: set(["date", "datetime", "datetime-local", "email", "file",
|
editableInputs: set(["date", "datetime", "datetime-local", "email", "file",
|
||||||
"month", "number", "password", "range", "search",
|
"month", "number", "password", "range", "search",
|
||||||
"tel", "text", "time", "url", "week"]),
|
"tel", "text", "time", "url", "week"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user