Gaël Poupard
Gaël Poupard
For SEO folks, an [easy to use selector to highlight itemprops, by Terence Eden (on Mastodon)](https://mastodon.social/@Edent/113539855185175855). Basically: ```css [itemprop]::after { content: "itemprop" attr(itemtype); } ``` Or something?
Adding content through pseudo-element means it'd disappear when CSS is off. We cannot check if `content` is meaningful or not, but we may highlight every `::before` and `::after` pseudo-elements for...
That won't be easy, even using the Sass migrator.
[CSS Anchor positioning](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_anchor_positioning/Using) could unveil a whole new level of layouts and interactions. See for example [Drawing a Line to Connect Elements with CSS Anchor Positioning by Silvestar Bistrović](https://frontendmasters.com/blog/drawing-a-line-to-connect-elements-with-css-anchor-positioning/) or...
[Ana Tudor updated her CSS solution on Stack Overflow](https://stackoverflow.com/questions/15182478/css3-circular-animation/15185180#15185180) to use 2024 CSS styles. Need to check this out and find what can be improved.
## Reste à faire - [ ] Traductions EN / ES - [ ] Vider la déclaration de conformité, en attendant l’audit ### Sur `gh-pages` - [ ] Actualiser le...
Using `infinity` as a basis for `z-index` would help using the highest possible values.
Should help placing messages on the most appripriate side, thus imoroving overall readbility.