Another Safari TP (and soon, Safari 26) #CSS Anchor Positioning bug: when you want to animate a popover, e.g. opacity transition, you probably want to use `transition-behavior: allow-discrete` for the `display` property. It works well for the first popover opening, but when you try to close the popover, its `display` value remains to be whatever non-`none` value you gave to it, instead of transitioning back to `none`.
Repro: https://codepen.io/marchbox/pen/pvvKEGO
WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=298680
Natürlich darf man auch den ganzen Samstag zum Barcamp kommen. Bisher gibt es von den Jugendlichen aus der Teckids-Gemeinschaft u.a. die Vorschläge::
* #HTML und #CSS richtig lernen
* 3D-Design mit #OpenSCAD
* Rechtliche Fragen zur eigenen Website/Server
* Vokabelscanner mit #Python programmieren
https://forum.teckids.org/t/teckids-campdays-herbst-september-2025-in-bielefeld/5976
#Jugendliche und Erwachsene willkommn, ab 10 Uhr im Grünen Würfel #Bielefeld!
PandaDoc is hiring Senior Frontend Engineer (Document App)
#javascript #typescript #react #redux #css #html #seniorengineer
Remote; Europe
Full-time
PandaDoc
Job details https://jobsfordevelopers.com/jobs/senior-frontend-engineer-document-app-at-pandadoc-com-feb-25-2025-2d9b5a?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Integrating CSS Cascade Layers To An Existing Project. #CSS
https://www.smashingmagazine.com/2025/09/integrating-css-cascade-layers-existing-project/
You Don't Need Animations: "When done right, animations make an interface feel predictable, faster, and more enjoyable to use. But they can also make an interface feel unpredictable, slow, and annoying. Step one is making sure your animations have a purpose." #CSS https://emilkowal.ski/ui/you-dont-need-animations
I've joined Whiskey Web and Whatnot as a permanent show host!
I'll be bringing #CSS content and overall more dorky nerdery to the pod.
Tune in if you're into
(web tech news || whiskey || whatnot)
I've been working on a "daily streak" interface for my daily word puzzle game. I'm pretty pleased with how it scales up to more days.
You can play with it here: https://codepen.io/phebert/pen/LEpMQKm
Or try a demo of my WIP game here: https://tiledwords.com/
My website (https://stepanzak.cc) has been accepted into the CSS JOY #webring . Yay!
My neighbor is @jamesg.blog 's awesome https://jamesg.blog .
And my second neighbor will be whoever joins next. If you have a website, feel joy when writing #css , and want to become my webring neighbor, apply at https://cs.sjoy.lol
Trying to get back into the coding routine. I have 3 websites I have to make, and I will do that also. But I will use 1 hour a day to learn #Rust and therefore I start a new stint with #100DaysOfCode with Rust, #HTML, #CSS, #javascript
https://github.com/mhoumann87/rust-guessing-game/tree/main/src
And it’s also very buggy when you animate an anchor positioning target, like a popover, with `transition-behavior: allow-discrete` #CSS
Getting nervous about Safari 26 stable release next Monday. Because #CSS Anchor Positioning still crashes the latest Safari TP when anchoring to a slotted element inside a Shadow DOM. So I guess, don’t open this pen if you are on iOS 26 Public Beta: https://codepen.io/marchbox/pen/gbayRPK
Man, it hurt's that you can't use #css custom properties to manage @Media breakpoints. Guess I have to scss. #webdevelopment
I was asked by some fellow #IndieWeb folks today about techniques for implementing background stripes and I came up with 4 ways. 3 of which work okay. border-image eludes my understanding still, but I'll understand someday. https://codepen.io/artlung/pen/xbwePrd #CSS #WebDev
You’re Loading Fonts Wrong (and it’s crippling your performance): "Fonts are one of the most visible, most powerful parts of the web. And yet: almost everyone gets them wrong." #CSS https://www.jonoalderson.com/performance/youre-loading-fonts-wrong/