Alexander Lehner
banner
alexlehner86.bsky.social
Alexander Lehner
@alexlehner86.bsky.social
Web Developer, SciFi and Comic Nerd, gamer (tabletop and PS5). Speaks 🇦🇹🇩🇪🇺🇲🇪🇸
Reposted by Alexander Lehner
Tools like Cursor or Claude Code make us *feel* more productive, but can we trust that perception?

I added a new blurb to my 2025 post about AI, “The Post-Developer Era”, which digs into a recent study about developer productivity and AI:
November 24, 2025 at 8:35 PM
Chrome 143 adds support for CSS anchored fallback container queries. With this new feature, I was able to animate my custom menu with CSS only for different anchor positions. Suck it, JavaScript! 😜
#css #anchorPositioning #popover #animation #webdev

www.oidaisdes.org/anchored-con...
Flexible Menu Animation with Anchored Container Queries
We can query the currently active fallback position and apply different styles with CSS only.
www.oidaisdes.org
November 24, 2025 at 1:19 PM
Reposted by Alexander Lehner
You may have missed my #CSS anchor positioning livestream with @miriam.codes and @jamessw.com earlier today, but that’s okay! The geeks at YouTube figured out some kinda magic capture thing that lets you play back live events whenever you want. Here’s ours: www.youtube.com/watch?v=qOXY...
Cross-browser Anchor Positioning
YouTube video by Winging It
www.youtube.com
November 20, 2025 at 7:37 PM
Reposted by Alexander Lehner
📣 Hear hear! The biggest savings on the Practical Accessibility course start *today*—for a limited time only.

Starting today, you can get the course for 30% off — that's $279 instead of $399. The discounted price excludes sales tax that may be applied depending on where you are buying from.
The Practical Accessibility Course
A get-right-down-to-it online course for Web designers and developers who want to start creating more accessible Web user interfaces and digital products today
practical-accessibility.today
November 20, 2025 at 2:58 PM
Reposted by Alexander Lehner
Out-of-order HTML patching, another proposal from TPAC, lets HTML be presented non-linearly, and a single file can update multiple parts of the page.

Would this feature be useful to you?
November 19, 2025 at 4:10 PM
Reposted by Alexander Lehner
Simple One-Time Passcode Inputs: "I have good news! You can ship a fully functional OTP input today without any CSS hacks or JavaScript frameworks. All you need is some #HTML." #a11y cloudfour.com/thinks/simpl...
Simple One-Time Passcode Inputs
Fully functional OTP entry may be easier than you think.
cloudfour.com
November 18, 2025 at 6:03 PM
Reposted by Alexander Lehner
Hey! @lflegal.bsky.social, @rejinae.bsky.social, and @chanceyfleet.bsky.social gathered 36 authors to write about ethics in digital accessibility.

Chapters, authors (I’m one of them), pre-order:
www.routledge.com/Digital-Acce...

Out 26 March 2026.

#DigitalAccessibilityEthics #accessibility #a11y
November 12, 2025 at 3:32 PM
Reposted by Alexander Lehner
posted this 6 years ago and it’s still relevant
November 15, 2025 at 10:12 AM
Reposted by Alexander Lehner
This is one of my biggest gripes with AI generated code. People don't understand what they're committing and that's so dangerous. #ffconf with @jesslynnrose.bsky.social & @edaeren.bsky.social
November 14, 2025 at 3:58 PM
Reposted by Alexander Lehner
Today is a good day to be proud of all the progress you've made. 🌟
November 12, 2025 at 5:30 AM
Reposted by Alexander Lehner
The majority of us are a bunch of self taught people with rather spotty knowledge and that's fine! Kilian (also self taught) is here to share some of the computer science fundamentals you probably are missing with the aim to improve your code in the long term.

piccalil.li/blog/program...
Programming principles for self taught front-end developers
The majority of us are a bunch of self taught people with rather spotty knowledge and that's fine! Kilian (also self taught) is here to share some of the computer science fundamentals you probably are...
piccalil.li
November 11, 2025 at 11:36 AM
Reposted by Alexander Lehner
Staggered Animation with #CSS sibling-* Functions: "This post covers a demo where selecting an item causes the preceding and succeeding items to disappear sequentially from the outside." frontendmasters.com/blog/stagger...
Staggered Animation with CSS sibling-* Functions
The new CSS sibling-index() (and -count()) functions are perfect for staggered timing affects. This goes a little step further staggering both before and after a selected element.
frontendmasters.com
November 11, 2025 at 6:02 PM
Reposted by Alexander Lehner
On November 9, 2004, Mozilla Corporation released a multiplatform web browser, Firefox 1.0.

Firefox gained major popularity among users and exceeded 1 billion downloads between 2004 and 2009.

#WebDesignHistory
November 9, 2025 at 5:02 PM
Reposted by Alexander Lehner
Magnificent SVGs With  And #CSS Custom Properties: "SVG is one of those web technologies that’s both elegant and, at times, infuriating. In this article Andy Clarke explains his technique for animating #SVG elements that are hidden in the Shadow DOM." www.smashingmagazine.com/2025/11/smas...
Smashing Animations Part 6: Magnificent SVGs With <use> And CSS Custom Properties — Smashing Magazine
SVG is one of those web technologies that’s both elegant and, at times, infuriating. In this article, pioneering author and web designer Andy Clarke explains his technique for animating SVG elements…
www.smashingmagazine.com
November 10, 2025 at 6:01 PM
Absolute horror! 😨
a few months ago I said "having generative AI handle absolutely anything with regards to healthcare is a nightmare and should be banned" and a bunch of people made fun of me and called me stupid. anyways,
November 10, 2025 at 4:17 PM
So hyped for this! Bye bye clunky view encapsulation with custom attributes in Angular! Say hello to elegant CSS scoping that keeps the DOM clean and more readable 🥰
#webdev #css #interoperability
November 8, 2025 at 3:55 PM
Reposted by Alexander Lehner
Inlining Critical #CSS: Does It Make Your Website Faster? "Learn what critical CSS is, how to inline it to improve page load #performance, and understand the trade-offs before implementing it on your website." www.debugbear.com/blog/critica...
Inlining Critical CSS: Does It Make Your Website Faster? | DebugBear
Learn what critical CSS is, how to inline it to improve page load performance, and understand the trade-offs before implementing it on your website.
www.debugbear.com
November 7, 2025 at 6:03 PM
Reposted by Alexander Lehner
November 7, 2025 at 4:37 AM
Reposted by Alexander Lehner
Declan Chidlow here with some really practical uses of view transitions, along with some of the stuff that will trip you up, with guidance to help you navigate that.

piccalil.li/blog/some-pr...
Some practical examples of view transitions to elevate your UI
Declan Chidlow here with some really practical uses of view transitions, along with some of the stuff that will trip you up, with guidance to help you navigate that.
piccalil.li
November 6, 2025 at 12:10 PM
Reposted by Alexander Lehner
I Built the Same App 10 Times: "I needed to choose a framework for a mobile-first app, comparing Next.js, SolidStart, SvelteKit, Nuxt, and more. The measurements revealed dramatic differences in bundle sizes, #performance, and the real cost of framework choices." www.lorenstew.art/blog/10-kanb...
I Built the Same App 10 Times: Evaluating Frameworks for Mobile Performance | Loren Stewart
I needed to choose a framework for a mobile-first app at work. I started comparing Next.js, SolidStart, and SvelteKit, then expanded to 10 frameworks. The measurements revealed dramatic differences…
www.lorenstew.art
November 6, 2025 at 6:02 PM
Reposted by Alexander Lehner
Love this! CSS @starting-style debugging is available in Chrome DevTools by @bram.us www.bram.us/2025/10/21/c...
CSS @starting-style debugging is available in Chrome DevTools!
I built something that I needed into DevTools: debugging support for CSS @starting-style rules.
www.bram.us
November 5, 2025 at 7:44 AM
Reposted by Alexander Lehner
✍️ New Article: Use Cases for Field Sizing

A quick look at field-sizing and where it can be used. I hope this will land in Firefox and Safari soon. The good thing? We can use it as an enhancement.

🔗 ishadeed.com/article/fiel...
November 1, 2025 at 6:27 AM
Reposted by Alexander Lehner
📰 W3C Web Content Accessibility Guidelines (WCAG) 2.2 is now approved as ISO/IEC international standard

www.w3.org/press-releas...
W3C Web Content Accessibility Guidelines 2.2 approved as ISO/IEC international standard
WCAG 2.2 is now ISO/IEC 40500:2025. This standard enables more countries to formally adopt WCAG 2.2. ISO/IEC 40500:2025 is free from the ISO website. Supporting resources and translations are free fro...
www.w3.org
October 31, 2025 at 1:35 PM