• @Katana314@lemmy.world
    link
    fedilink
    31 year ago

    I wouldn’t draw so many conclusions about an alphanumeric character and colon.

    The response on accessibility though, holy shit. One of the early things I learned when I first coded for accessibility was to not try to make a separate “Accessible version/mode” of a site, or try in any way to intrusively “qualify” users as needing accessible changes before helping them. (“Are you really, TRUTHFULLY, blind???//?”)

    • 𝒍𝒆𝒎𝒂𝒏𝒏
      link
      31 year ago

      One of the early things I learned when I first coded for accessibility was to not try to make a separate “Accessible version/mode” of a site

      This. It’s so easy now, especially with HTML5, to make an accessible website. When I redesigned my personal website it was ridiculously easy to make it accessible, testing tab navigation, devtools accessibility checks, a screen reader and webaim’s site to verify that each page was structured in a sensible way. I don’t have any impairments to validate how useful these would be, but it took comparatively not much time ensuring the best effort was put forward in making the site accessible.

      I can’t see why Reddit, a company with people paid to work on the site and app, hasn’t already done it. Empty responses such as “we can do better” and failing to engage with the communities on their platform that rely on their APIs to make Reddit accessible to all (such as those with volunteers transcribing content for blind users) just lays it bare that Reddit doesn’t actually care

    • @Manticore@beehaw.org
      link
      fedilink
      21 year ago

      For real. That’s one of the first things I learned in web design - accessibility-first, mobile-first. Accessibility is a lot easier with the use of things like aria labels and alt properties.

      Not everybody can use the stairs, but everybody can use the ramp: if you’re going to start off with one, then start with the ramp.