Re: [selectors4] no way to select visible children

20.07.2015, 19:17, "Ms2ger" <ms2ger@gmail.com>:
> On 07/10/2015 11:24 AM, Aaron Reisman wrote:
>> šwhen I say :first-child, or :last-child
>>
>> šwhat I'm really saying is I want the ":first-visible-child" or the
>> š":last-visible-child"
> 
> what happens if I write
>
> :first-visible-child {
> ššdisplay: none;
> }
>
> or
>
> :first-child:not(:first-visible-child) {
> ššdisplay: block;
> }
>
> ?

Error message like "CSS loop detected" in console, the loop-causing rule ignored.

Received on Monday, 20 July 2015 17:39:11 UTC