[whatwg/dom] document.createEvent() should maybe not be conditional upon exposure (#952)

Apparently `TouchEvent` is always exposed in Chrome, but `document.createEvent("touchevent")` depends on the "touch events flag" (see https://github.com/w3c/touch-events/issues/64). Having said that, neither Firefox nor Safari expose `TouchEvent` so maybe Chrome should change?

cc @patrickhlauke @RByers 

-- 
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/952

Received on Thursday, 25 February 2021 10:24:37 UTC