Re: :first pseudo-selector

On Wed, Mar 21, 2012 at 5:24 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> But it would be much easier to use the ":visible:first" pseudo-selector for
> this, which is e.g. used in jQuery.
>
> http://api.jquery.com/first-selector/
>
> It's necessary if you have a box with some paragraphs and don't want to have
> unnecessary gaps at the the end and the beginning
> of the box.
>
> I hope you can include this feature into the offical CSS 3 specification.
> Please inform me about the progress of my request.

This is basically a request for :nth-match(an+b, selector), right?

~TJ

Received on Thursday, 22 March 2012 00:49:36 UTC