I was struggling a bit to handle the mouseout
event on a div with a bunch of nested elements. I found this answer, which helped me, but leaves me with a further question.
The proposed answser uses this
in the event handler and as far as I could test it effectively points to the element to which the handler was originally attached, and not its descendants.
My question is : is that documented somewhere ? I can't seem to find it on MDN.