- From: Nadya678 <notifications@github.com>
- Date: Sat, 24 Feb 2018 06:40:11 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 24 February 2018 14:40:34 UTC
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