this post was submitted on 28 Jul 2023
2 points (100.0% liked)

A place for everything about web development

672 readers
1 users here now

founded 4 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] TheCee@programming.dev 1 points 1 year ago (1 children)

Semi-related: Does anybody know a good approach to debugging websites on a Kindle Paperwhite Beta Browser (the old one, with grayscale e-ink screen)?

[–] toastal@lemmy.ml 2 points 1 year ago (1 children)

I wish I knew. There are CSS queries for monochrome displays, but it seems mine reports to the OS as full color so you can’t really work with the device specifically (screenshots come back in color too). This blows because there are obvious scenarios I would remove a light gray background behind say code because it just looks awful. Just as much, you basically only want to be using #fff & #000 unless you have a good reason.

[–] TheCee@programming.dev 1 points 1 year ago

Thanks. Sounds like a target that is hard and/or barely worth supporting. Do you have experience with other screen readers?