• TheCee@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    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.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      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
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

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