mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 17:15:46 +01:00
HTMLIsIndexElement is no more.
--HG-- extra : rebase_source : 96f489682b79aedba805e4e7b2134c3b1a520cc2
This commit is contained in:
@@ -1597,7 +1597,7 @@ var Events = Module("events", {
|
|||||||
|
|
||||||
isInputElement: function isInputElement(elem) {
|
isInputElement: function isInputElement(elem) {
|
||||||
return elem instanceof HTMLInputElement && Set.has(util.editableInputs, elem.type) ||
|
return elem instanceof HTMLInputElement && Set.has(util.editableInputs, elem.type) ||
|
||||||
isinstance(elem, [HTMLIsIndexElement, HTMLEmbedElement,
|
isinstance(elem, [HTMLEmbedElement,
|
||||||
HTMLObjectElement, HTMLSelectElement,
|
HTMLObjectElement, HTMLSelectElement,
|
||||||
HTMLTextAreaElement,
|
HTMLTextAreaElement,
|
||||||
Ci.nsIDOMXULTreeElement, Ci.nsIDOMXULTextBoxElement]) ||
|
Ci.nsIDOMXULTreeElement, Ci.nsIDOMXULTextBoxElement]) ||
|
||||||
|
|||||||
@@ -1037,7 +1037,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
|||||||
U00AD // Soft hyphen
|
U00AD // Soft hyphen
|
||||||
UFEFF // BOM
|
UFEFF // BOM
|
||||||
U2060 // Word joiner
|
U2060 // Word joiner
|
||||||
U2062 U2063 // Invisible times/separator
|
U2062 U2063 // Invisible times/separator
|
||||||
U200B UFFFC // Zero-width space/no-break space
|
U200B UFFFC // Zero-width space/no-break space
|
||||||
|
|
||||||
// Bidi formatting characters. (RFC 3987 sections 3.2 and 4.1 paragraph 6)
|
// Bidi formatting characters. (RFC 3987 sections 3.2 and 4.1 paragraph 6)
|
||||||
|
|||||||
Reference in New Issue
Block a user