[csswg-drafts] [css-nth-child] Take care about :not() selector (#4292)

YglesEyes has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-nth-child] Take care about :not() selector ==
Hello,
It should be nice if :nth-child can take care about :not() (and/or other) selector.

I work on embedded system and when a "table" is displayed it better to filter element only on client side with some display:block/none instead of redraw the full "table" with or without request to the backend.

Today if we want to color odd lines in blue and even lines in green, it's works when the full table is displayed but not when we filtered and hidden some line.

https://codepen.io/Ygles/pen/aboYLQE

Today more embedded system used WEB technology for MMI but the network or the system is not as powerfull as standard computer.

Regards

Nicolas PILLON



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4292 using your GitHub account

Received on Tuesday, 10 September 2019 09:44:23 UTC