CSS Selectors: A Visual Guide
fffuel.co
CSS Selectors: A Visual Guide
1–10 of 59 posts
Re: CSS Selectors: A Visual Guide
#2Wonderful. Note that :target works only after the whole page is loaded, including any JS. :has() is revolutionary, but unsupported by FF.
Re: CSS Selectors: A Visual Guide
#3Nice resource - very handy. I've shared with some slack groups I frequent and mentor in!
Re: CSS Selectors: A Visual Guide
#4A great overview! Thanks for creating this :)
Re: CSS Selectors: A Visual Guide
#5What makes scrolling on this page so sluggish? (FF mobile)
Re: CSS Selectors: A Visual Guide
#6Very cool. It seems to be missing the begins with and ends with selectors for the attr-val.
[title^=“old”]
and
[title$=“old”]
Re: CSS Selectors: A Visual Guide
#7What makes scrolling on this page so sluggish? (FF mobile)
Are you on iOS or on Android? Are you using any ad filtering extension?
I checked on both FF and FF Focus on iOS and got regular scrolling behavior.
Re: CSS Selectors: A Visual Guide
#8Re: CSS Selectors: A Visual Guide
#9Cool but also reminds me why I use inline styles for everything. I don't want to fiddle with selectors. I want to put the styling right on the element.
Re: CSS Selectors: A Visual Guide
#10What makes scrolling on this page so sluggish? (FF mobile)
+1