- From: Marat Tanalin <mtanalin@yandex.ru>
- Date: Mon, 20 Jul 2015 20:38:35 +0300
- To: Ms2ger <ms2ger@gmail.com>, Aaron Reisman <aaron@hired.com>, "www-style@w3.org" <www-style@w3.org>
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