So I wrote a quick outline of which #css #selectors I need to treat, and which chapters the Selector part should have.
https://quirksmode.org/booktests/SELECTORS-notes-short.txt
Would be much appreciated if you could take a quick look, especially to see if I forget any important selectors.
(I mean, there are SO many pseudo-classes nowadays.)
β
Using `:is()` in complex selectors selects more than you might initially think.
by @bramus
#css #selectors
Day 64/100 #100DaysOfSwiftUI π₯
Just finished the last technique part before starting up a new app project with @twostraws. Learned how to save an image to the userβs photo library, and some important things about: coordinators, delegates, NSObject, @objc, and #selectors. It makes me appreciate that I donβt have to work (that much) worth UIKit π
The CSSWG resolved to make only `:is()` and `:where()` forgiving, which means `:has()` and `:not()` will no longer be forgiving.
> Selectors
>
> β’ RESOLVED: Make :has unforgiving (Issue #7676: The forgiving nature of :has breaks jQuery when used with a complex :has selector)
> - RESOLVED: Limit forgiving behavior to :is and :where and remove it everywhere else (Issue #7676)
β΄οΈ A :nth-child(An+B [of S]?) polyfill thanks to CSS :has()
by @bramus
#css #polyfill #selectors
https://www.bram.us/2022/12/14/a-nth-childanb-of-s-polyfill-thanks-to-css-has/
RT @bramusblog@twitter.com
Identify and Extract Pseudo-Element Selectors from built-in HTML Elements using DevTools
π· #css #devtools #pseudo-elements #selectors
π¦π: https://twitter.com/bramusblog/status/1382788381332156422
#selectors #pseudo #devtools #css
RT @bramusblog@twitter.com
Three important things you should know about CSS `:is()`
π https://www.bram.us/2021/03/19/three-important-things-you-should-know-about-css-is/
π· #css #selectors #specificity
π¦π: https://twitter.com/bramusblog/status/1372684569720274947
Et dans le 1er post, je donnais des tips pour utiliser les #selectors, relancer un #CronJob KO et utiliser le flag #wait
https://blog.zwindler.fr/2019/10/30/kubectl-tips-tricks-1/