From 730854f761b54d861568bdc24f494a413c09ebc5 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Sun, 31 Dec 2017 14:52:46 +0000 Subject: [PATCH] Bug 1354211 - Add element.isEditingHost and element.isEditable. r=automatedtester Introduces two new functions called element.isEditingHost, for determining if an element is content-editable or part of a document in design mode, and element.isEditable, which implements the WebDriver-defined concept of what it means for an element to be editable. WebDriver consideres an element editable if it is not read-only or disabled, and one of the following conditions are met: - It is a