LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Removed -n-1 pseudo-class selector tests #183

Closed SebastianZ closed 2 years ago

SebastianZ commented 5 years ago

I have removed all -n-1 pseudo-class selector tests as requested in #22.

I have created a PR instead of just merging it, because you (Lea) previously questioned whether this change should be done. I personally agree with the reporter of that issue that -n-1 is not used in the wild, suspectedly even not for feature detection, because you normally test for something you will use later on in your declarations.

Sebastian

SebastianZ commented 2 years ago

@LeaVerou Happy New Year! Hope you're doing fine!

I've just rebased my branch onto the latest changes in gh-pages.

Please let me know if you're ok with them!

Sebastian

LeaVerou commented 2 years ago

Happy new year! Merged, thanks!