martindrzka.bsky.social
@martindrzka.bsky.social
9 followers 57 following 7 posts
Posts Media Videos Starter Packs
1. Anchor positioning

2. Custom select, with beeing able to style optgroup

2. field-sizing
Reposted
`transition-property: all` annoys me to no end.

There is almost never any reason to write that in your CSS.

It's not just the performance thing. It's also the fact that it's the damn default. Know your damn defaults!
This is CSS performance problem I see all too often.

The React website has some jank due due to their use of transition.

Here is how to find what causes it and how and fix it
Reposted
transform & opacity

If you can do your animations with only these then do it. Others will likely cause the below to happen
This is CSS performance problem I see all too often.

The React website has some jank due due to their use of transition.

Here is how to find what causes it and how and fix it
Reposted
What do you need most from WebKit (the rendering engine for Safari that runs your HTML, CSS, JS, and more)?

If you are making websites, what could we do in WebKit to make it easier for you to create fantastic experiences for your users?
Reposted
If you code websites, then you KNOW how it’s been to style form controls.

Watch this #cssday talk from @ntim.bsky.social to learn why it’s been so hard, and how we are going to fix it for the future.

www.youtube.com/watch?v=WgSi...

#css #webdev #formcontrols
Form control styling - Tim Nguyen - CSS Day 2025
YouTube video by Web Conferences Amsterdam
www.youtube.com
Reposted
MDN is 20 years old! 🥳

🙏 A huge thank you to...
The devs who read and trust MDN
The contributors who improve it
Everyone working on the web platform who shares our mission.

Here's how we celebrated with the web.dev team! 🧁
developer.mozilla.org/en-US/blog/...
Celebrating 20 years of MDN | MDN Blog
MDN turns 20! Let's look at how we started, how MDN became the most trusted resource for web developers, the impact it's had on the open web, and yes, there's cake, too.
developer.mozilla.org
Probably so. We are in a stage rewrite tooltips in our app and we definitely need some kind of tethering arrows.
It a shame that most of these nice layouts and niches from print world can't be done across all modern browsers these days. But if your aiming medium is just PDF PrinceXML can do most of them :) www.youtube.com/watch?v=NfwD... Excellent talk from @rachelandrew.bsky.social #cssday
Multicol and fragmentation - Rachel Andrew - CSS Day 2025
YouTube video by Web Conferences Amsterdam
www.youtube.com
apearance: base; and plenty of new pseudoselectors. Hopefully new era of styling form fields will be less painfull youtu.be/WgSiqSqxTxw
Form control styling - Tim Nguyen - CSS Day 2025
YouTube video by Web Conferences Amsterdam
youtu.be
Reposted
Was filling out a work form on a portal and –I don't mean to distrub anyone too much (especially over the weekend)– but the 8 and the 3 were upside down.
Reposted
Welcome to America, where protesting illegal kidnappings without due process is an insurrection, but attacking the nation’s Capitol is not.
Reposted
Here's an example for why using placeholders instead of visible labels is a bad idea.
I tried to order something. See how street and street number are empty? The browser prefilled the address but in the wrong field. I don't know which field and I can't trust the form now. I have to check everything.
Soon in all major browsers 😍
Yay field-sizing: content landed in Safari STP last week (already in Chrome, FF TBD) #CSSDay
Reposted
So, so true. The gap between design tools and the possibilities of the CSS based web platform is
getting bigger year by year. @ishadeed.com at #cssday. (Reminds me of @matthiasott.com‘s talk last year cssday.nl/2024/#matthias)
Reposted
The ability to style grid and flex gaps is coming fast in a browser near you!
Bubbling with ideas for what this will be useful for!

Code: github.com/MicrosoftEdg...