[Bug 22569] MouseEvent should have DOMString pseudoElement property like TransitionEvent

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22569

--- Comment #3 from Elliott Sprehn <esprehn@gmail.com> ---
It seems totally reasonable to want to know if someone clicked the element or
the ::before or ::after. Right now if I position the ::before absolutely
somewhere else on the page I can't easily tell (without triggering an
unnecessary layout by calling getBoundingClientRects()) if the click was in the
::before or inside element itself.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 11 July 2013 17:31:34 UTC