JiLiZART / BBob

⚡️Blazing fast js bbcode parser, that transforms and parses bbcode to AST and transform it to HTML, React, Vue with plugin support in pure javascript, no dependencies
https://codepen.io/JiLiZART/full/vzMvpd
MIT License
163 stars 19 forks source link

Screen reader reads React rendered content as if there's no space between the words. #222

Closed WLYau closed 6 months ago

WLYau commented 6 months ago

The screen reader is reading the content out as if there's no space.

Here's what it was rendering before from the result of react SSR

Screenshot 2024-03-19 at 10 16 23

I have a fix https://github.com/JiLiZART/BBob/pull/220 for this and this is what it looks like after the fix and the screen reader reads it out properly.

Screenshot 2024-03-19 at 10 17 33