Re: :hover and :active interaction with labels

On 2/1/12 5:06 AM, fantasai wrote:
> Technically, yes, but I think it's a bit out of scope for Selectors to
> specify HTML-element-specific behavior. Is it very specific to :hover?

This behavior is specific to :hover and :active, which happen to be the 
two pseudo-classes that apply to all ancestors of the thing being 
hovered or activated.

> What about other user actions? Do they transfer through <label> to its
> control? E.g. focus or clicking or drag'n'dropping?

Clicking a label triggers a click on its control.

-Boris

Received on Wednesday, 1 February 2012 13:21:55 UTC