FirefoxUX / photon

Firefox’s Photon Design System.
https://design.firefox.com/photon/
Mozilla Public License 2.0
273 stars 74 forks source link

track interaction with focus example #263

Closed ericawright closed 6 years ago

ericawright commented 6 years ago

tracking clicks on focus example. removed the iframe. I'm not tracking "focus" events for now, just clicks. I figure click will happen more often, and focus does not bubble, so the listener needs to be assigned to each element individually. We can speak about adding this later if you want that information.