Re: [css-d] td:nth-child(2) negation?

2017-08-13 Thread Rob Freeman
Please unsubscribe me from the list lister...@gmail.com > On 3 Aug 2017, at 10:38, Gautam Sathe wrote: > > On Thursday 03 August 2017 02:12 PM, Philippe Wittenbergh wrote: >> td:not([colspan=2]):nth-child(2) {} > > I missed the "=2" in the colspan :) Good to learn

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Gautam Sathe
On Thursday 03 August 2017 02:12 PM, Philippe Wittenbergh wrote: td:not([colspan=2]):nth-child(2) {} I missed the "=2" in the colspan :) Good to learn a new trick. Thanks Philippe. -- Gautam Sathe __ css-discuss

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Philippe Wittenbergh
> On Aug 3, 2017, at 4:35 PM, Gautam Sathe wrote: > > On Wednesday 02 August 2017 08:54 PM, Eric A. Meyer wrote: >> I confess to being a little bit confused here, because I read this as you >> asking about a 'td' that's a child of another 'td' and I don't think that's

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Gautam Sathe
On Wednesday 02 August 2017 08:54 PM, Eric A. Meyer wrote: I confess to being a little bit confused here, because I read this as you asking about a 'td' that's a child of another 'td' and I don't think that's a thing. Could you provide some markup samples to illustrate cases where you do and

Re: [css-d] td:nth-child(2) negation?

2017-08-02 Thread Eric A. Meyer
On 28 Jul 2017, at 2:46, Felix Miata wrote: Can a :not be used to make td:nth-child(2) not applicable if the element that the td is a second child of is a td subjected to a colspan? If so, how? I confess to being a little bit confused here, because I read this as you asking about a 'td'

Re: [css-d] td:nth-child(2) negation?

2017-07-28 Thread Gautam Sathe
On Friday 28 July 2017 12:16 PM, Felix Miata wrote: Can a :not be used to make td:nth-child(2) not applicable if the element that the td is a second child of is a td subjected to a colspan? If so, how? Hi Felix, I have not tested this extensively for compatibility with all browsers - but I