• Ephera
    link
    fedilink
    8
    edit-2
    3 years ago

    Yeah, I think, it’s also underestimated how difficult accessibility is, because e.g. as a seeing programmer you’re pretty much blind to the way a blind person perceives the world.

    I try to make my software accessible, but beyond basic keyboard accessibility and fixing the warnings that for example Firefox tells me, it becomes really hard to know what I’m doing. I have no idea what a good UI in a screen reader feels like.

    I presume, companies can bring in outside experts or send their developers on trainings. I have none of that and get 0 feedback on how good it is what I tried to do.

      • Ephera
        link
        fedilink
        23 years ago

        Right, yeah, if you’re working with a mature UI framework, a lot of things may already have a solution.

        Unfortunately, that very quickly becomes a luxury when you want to work with new, interesting technologies, as tends to happen when it’s your hobby.

        I was also specifically thinking of:

        • a webpage that I’m maintaining. I use semantic, simple HTML and try to fix all the accessibility warnings, but for all I know, it could be completely unusable for blind people.
        • a game that I’m dabbling with. This one is really hard. It feels like I’d have to build a different game to make it playable with a screen reader or with e.g. just a pointing device.
        • @Echedenyan@lemmy.ml
          link
          fedilink
          13 years ago

          I am studying WebDev right now.

          Next year I have a subject for design guidelines and accesibility is a topic.