Hacker News new | ask | show | jobs
by smirya0 1002 days ago
Very unfortunate. I know many blind people who use screen readers and basic HTML is important to them.
3 comments

Curious, would Gmail’s standard interface not be top-class when it comes to accessibility compatibility?
It's certainly not top class for a slower connection or an older device.
Wouldn’t the native email clients on devices be better anyway?
What happens when these users are relegated to using a Chromebook on the job or in school?
There is `Mutt` console email, linux mainly , on windows under cygwin, alas does not deal well with HTML emails, it can be connected to Gmail anyway.
Reading HTML email is fine under mutt with w3m. What's difficult is replying to HTML emails without losing the HTML for the quoted message.
I use Mutt almost exclusively, but I still use the Gmail web interface to write emails from time to time for this very reason. If you want to send emails verbatim, you can use Mutt's bounce feature, but that can confuse the recipient since bouncing leaves the original headers in-tact, including the "Date" header which means the email might not appear at the top of the user's inbox.
Bouncing also doesn’t work with strict DKIM/DMARC verification if the sending domain differs.