You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc>The other DOM element involved in the event, if any. </desc>
<longdesc><p>For <code>mouseout</code>, indicates the element being entered; for <code>mouseover</code>, indicates the element being exited. </p> </longdesc>
<example>
<desc>On mouseout of anchors, alert the element type being entered.</desc>