this post was submitted on 04 Nov 2025
3 points (71.4% liked)

CSS

652 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@programming.dev 1 points 3 weeks ago

If you want a teaser what this is about, the / content syntax for screen read representation (to evade misrepresentative emoji translations, for example).

::after {
    content: " \2197" / "Opens in a New Window" ; 
}

They also talk about image alt text and ::after url.