this post was submitted on 31 Oct 2025
        
      
      40 points (100.0% liked)
      technology
    24072 readers
  
      
      154 users here now
      On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
 - The Ultimate FOSS Guide For Android
 - Great libre software on Windows
 - Hey you, the lib still using Chrome. Read this post!
 
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
 - 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
 - 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
 - 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
 - 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
 - 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
 - 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
 
        founded 5 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
.  
 on Communist Bear Site they automatically censor out your punctuation marks in order to make your writing conform to a worse standard, calling double spaces a bourgeois decadent waste of space.
fair enough. I wonder if/how modern screen readers still have such problems
I'm an educator with primarily adult learners who have learning disabilities. So I can share a few insights into ways that digital fonts are handled for accessibility. These are guidelines, though, and often the best solution is to create text that can be tailored by the end-user for whatever best suits them using their individual accessibility software.
Screen readers (as far as the ones I've seen in action) aren't the reason behind dropping the extra space. They work just fine, they ignore the extra space and read the sentences out no problem. It's actually because of space rivers. Space rivers are an optical phenomenon in which space between words is seen as a river wending through text: in other words, the spaces can create a seeming pattern that are distracting for readers (especially those with dyslexia). That extra space makes spacing inconsistent, which draws the eye to trace the rivers (though dark mode has some success in cutting down on perceived rivers).
More important is consistency. Consistent spacing. Consistent kerning. Legible fonts. Extra space between lines is a huge help as well, All bold text can also be a big help for dyslexic readers, though less helpful in dark mode.
Space rivers... I finally have a way to call it. And it's not for everyone? Huh, I somehow thought it was a common thing.
Thanks for explaining about the space rivers! Since html controls it all I guess it's moot anyway; I can write it how I want to and then html will alter it.
I'm not kidding when I say that the extra space seems helpful to me. I read the arguments about "modern kerning" but if I open a text editor on my computer, using Helvetica font, and type up a couple paragraphs, the double spaced version is easier on my brain. Less fatigue. If I replace all the double spaces with single spaces it becomes harder to read.
This is an interesting thread and I wonder if part of why I struggle with reading very long comments is because of the spacing. A browser extension that detects when there's only one space after a period and changes it to 2 might be the best solution for me.
This is exactly why text being controllable by the end user is always the best accessibility choice--not everyone's accessibility needs are the same! You're definitely not alone in preferring that extra space. I have had learners that have a much easier time with two or three spaces between sentences, and even a couple that preferred extra space between words.
Usually as long as the spacing was consistent the river problem was avoided. Though of course, many people never see or notice rivers, and that particular accessibility issue isn't one that touches their experience.
I hope you find an extension that works for you. I don't know any that add that extra space (though there are options in word processors to add that). Sentence Segmenter breaks lines after periods, so it's certainly possible for one to add space after periods I would have to assume.
My total shot in the dark guess would be that it messes up the rhythm of reading on some implementations, with extra long pauses between sentences. Software can be very weird though so who knows.