[whatwg/dom] Need a method to fire :hover and :active states (#578)

Because emulating (dispatchEvent) of mouse events (mouseenter, mouseover, mousedown) **doesn't** fire `:hover` nor `:active` CSS states we need a methods to toggle `:active` and `:hover` states. Like `Element.focus()` toggles :focus and `Element.blur()` removes `:focus` state. 

I write web App and I can translate touch* events into series of left mouse buttons clicks **but without visual effects** like hovered and activated states. It is annoying for me like for other 34 persons registered on Stack Overflow. 

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

Received on Saturday, 24 February 2018 14:40:34 UTC