alt text in #CSS generated `content` is now supported all modern browsers (as of firefox 128 and safari 17.4)
please hide your weird glyphs and icon fonts using an empty string like this:
```
content: "›";
content: "›" / "";
```
https://developer.mozilla.org/en-US/docs/Web/CSS/content#alternative_text
@mayank this is really great