Gaël Poupard
Gaël Poupard
Related to #474, to ease contribution.
`@starting-style` unveils easy defaults for transitions of such native elements, as stated by [Adam Argyle in 6 CSS snippets for 2025 post](https://nerdy.dev/6-css-snippets-every-front-end-developer-should-know-in-2025#transition-animation-for-%3Ccode%3E%3Cdialog%3E%3C/code%3E-and-%3Ccode%3E[popover]%3C/code%3E). ```css /* enable transitions, allow-discrete, define timing */...
As simple as: ```css @view-transition { navigation: auto; } ``` Not baseline yet (missing Firefox) but doesn't cost anything. See [Adam Argyle 6 CSS snippets for 2025 post](https://nerdy.dev/6-css-snippets-every-front-end-developer-should-know-in-2025#view-transitions-for-page-navigation).
We definitely could improve our reset layer by combining some great posts by [Jake Lazearoff](https://jakelazaroff.com/words/my-modern-css-reset/), [Josh Comeau](https://www.joshwcomeau.com/css/custom-css-reset/), [Dan Burzo](https://danburzo.ro/snippets/css-reset/), [Jen Simmons and Miriam Suzanne](https://github.com/jensimmons/cssremedy), [Andy Bell](https://piccalil.li/blog/a-more-modern-css-reset/) and [Mayank](https://github.com/mayank99/reset.css).
Using this simple snippet: ```css :root { interpolate-size: allow-keywords; /* 👈 */ } ``` Would help transitionig `details`' content, for example. [More info on web.dev](https://developer.chrome.com/docs/css-ui/animate-to-height-auto/)
Hi there! Following [Access42 recommendations regarding footnotes accessibility (in French)](https://access42.net/comment-integrer-notes-bas-page-accessibles/), I tried to improve kirby-footnotes output. There's a leftover since the back ton content link's `title` attribute is hardcoded, and...
### Description Prevent `.visually-hidden` overflow. ### Motivation & Context @keltroth demonstrated that `.visually-hidden` children become focusable when overflowing, but remains hidden—conducting to a focus loss. Here's a [reduced test case...
URL technique : https://68122123c12edf0008b52c3b--confort-plus.netlify.app/ ## Reste à faire - [x] Ajout des images - [x] Mentions légales : mentionner Boosted, et créditer les diverses typographies ; autre chose ? -...