зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1333014 - Remove unused element.isInteractable API; r=maja_zf
MozReview-Commit-ID: 5iBcHUeNmSN --HG-- extra : rebase_source : 6f4d83e019829a06a4354952d78fe6a0ef1c4764
This commit is contained in:
Родитель
493bce4e65
Коммит
fe9efe4a62
|
@ -923,11 +923,6 @@ element.isVisible = function (el, x = undefined, y = undefined) {
|
|||
return true;
|
||||
};
|
||||
|
||||
element.isInteractable = function (el) {
|
||||
return element.isPointerInteractable(el) ||
|
||||
element.isKeyboardInteractable(el);
|
||||
};
|
||||
|
||||
/**
|
||||
* A pointer-interactable element is defined to be the first
|
||||
* non-transparent element, defined by the paint order found at the centre
|
||||
|
|
Загрузка…
Ссылка в новой задаче