Jon Lunman
jlunman.bsky.social
Jon Lunman
@jlunman.bsky.social
Software Architect. Web standards nerd. Front-of-the-front-end enthusiast. RESTafarian. Occasional musician.

https://soundcloud.com/jon-lunman
Would also love to be able to conditionally disable elements with CSS. Similar to "pointer-events: none" but also covering keyboard and other interactions.

Combined with my previous request for a ":navigating" pseudo-class, this could be used as to prevent double form submissions:
November 6, 2025 at 1:54 PM
I would love a way in CSS to detect when a navigation has been triggered by a link, form, or button that submits a form.

This would allow us to provide better visual feedback that a navigation is underway. Especially useful if the network is slow.

Hypothetical examples:
November 6, 2025 at 1:44 PM
In other words:

"If you want to write CSS to customize the styles for these pages, good luck reliably selecting any elements!"
July 9, 2025 at 3:18 PM