Re: [whatwg/dom] Increase the ability to query whether the host environment supports a specific event (#968)

@answershuto 

> At this time, input will return true normally, but in fact there will be no input event on the div.

This is quite random ... as soon as the `div` has `contentEditable` set to `true`, or as attribute, it supports `input` events.

Any other concrete example that wouldn't fail expectations? 'cause `div` do support `input` events.

-- 
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/968#issuecomment-818596514

Received on Tuesday, 13 April 2021 09:34:20 UTC