Consider:
<input type="radio" id="a"/>
<label for="a">Hello</a>
When you mouse over the radio button or the label, the radio button gets highlighted. Different browsers highlight it differently, but it looks like a default behavior. Now let's say there is a
<div id="bla">blabla</div>
somewhere else on the page.
Is there any way to trigger that default highlight of the radio button when mousing over the div#bla
?
EDIT: To clarify, I was looking to "trigger" a native ":hover" pseudo-class of an element, which is not possible. Spec