this post was submitted on 01 Jan 2025
146 points (70.7% liked)
Just Post
847 readers
79 users here now
Just post something ๐
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Too bad for you that HTML collapses all repeated whitespace, so double spacing after a period on the web does actual nothing.
Not true. Whitespace in html is broken. It works or doesn't work based on inconsistent rules about what is considered "significant".
"Typically, spaces which are visible to the user are referred to as significant, while spaces which are not rendered are considered insignificant. "
https://blog.dwac.dev/posts/html-whitespace/#%3A%7E%3Atext=Beyond+single+spaces%2C+HTML+is%2Csame+as+having+one+space.
My Lemmy app, Thunder, shows all the spaces, sadly.