Gaël Poupard

Results 160 issues of Gaël Poupard

À _merger_ après #448 — lors de la MEP.

P0
v5
V2-5

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?

test
selector

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...

enhancement
test

That won't be easy, even using the Sass migrator.

help welcome
dependencies
tooling

[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...

enhancement
question

[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.

enhancement

## Reste à faire - [ ] Traductions EN / ES - [ ] Vider la déclaration de conformité, en attendant l’audit ### Sur `gh-pages` - [ ] Actualiser le...

enhancement
P0
v5
V2-5
site

Using `infinity` as a basis for `z-index` would help using the highest possible values.

enhancement
future

Should help placing messages on the most appripriate side, thus imoroving overall readbility.

enhancement
future