Re: [selectors4] no way to select visible children

> On Jul 20, 2015, at 4:13 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> 
> The element() function is not handled in the middle of style
> resolution, nor does it involve looping back and forth between
> selector application and style resolution.

But we do have :hover that is kind of like that. 

a:hover { display: none; }

Received on Tuesday, 21 July 2015 00:29:23 UTC