12745 shaares
315 private links
315 private links
199 results
tagged
guide
Un guide pour auditer rapidemment la gestion des cookies d'un site.
an interactive tutorial series on building realtime collaborative applications using the Yjs CRDT library.
Pour lecture ultérieure
Découverte d'alternatives libres et d'outils de protection contre le pistage facile à installer.
HTML isn’t only for people working in the tech field. It’s for anybody, the way documents are for anybody. HTML is just another type of document. A very special one—the one the web is built on.
Resources and more about HTML for People: https://htmlforpeople.com/achievement-unlocked-hypertexter/#resources-from-this-book
Use cases for :has:
.card:has(button:focus-visible).xy-pad:has(.handle:active), .xy-pad:has(.handle:focus-visible)- We can use :has as a sort of global event listener:
html:has([data-disable-document-scroll="true"]) - JS-free darkmode:
body:has(#dark-mode-toggle:checked) p:has(+ figure): with :has, we can style one element based on another element in a totally different container! See the cool code playground that highlights
:has can be powerful to replace JS with HTML semantics.