Closed Bug 1421298 Opened 7 years ago Closed 7 years ago

Add support for <area> and expressly inert checks to Send Keys interactability checks

Categories

(Remote Protocol :: Marionette, enhancement)

56 Branch
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: whimboo, Unassigned)

References

(Blocks 1 open bug)

Details

With bug 1414322 we will get the keyboard interactability checks added for Element Send Keys. Those checks will work for most of the cases as described in the HTML spec: https://html.spec.whatwg.org/#data-model

Parts which will be left out for the initial landing, and which have to be still added are:

* Usage of an <area> element
* Checks for expressly inert
With the changed logic (by using `focus()` to determine of the element is keyboard-interactable) in my patch for bug 1414322, this is no longer needed, and the browser does that for us for free!
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.