Re: [whatwg/dom] [Proposal] Add EventTarget.getEventListeners() (#412)

@annevk we can test within open Shadow DOM, and we've started doing it in [axe-core](https://github.com/dequelabs/axe-core). But users have to be educated to use the open mode if they want to audit for accessibility. So far, it's working okay.

It would be most useful to have an event API in the browser itself so other tools can take advantage without having to reinvent the wheel (extensions and Webdriver, which have browser DOM in common). But I'd be happy to get an API anywhere, frankly, including in extensions and/or Selenium Webdriver. Would Webdriver implementers have any easier of a time dealing working around the issues outlined above, though?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/412#issuecomment-349532098

Received on Wednesday, 6 December 2017 04:45:59 UTC