• @[email protected]OP
    link
    fedilink
    12 days ago

    Hi! Just circling back here- what does this mean? I’d like to action it: “Page is missing basic accessibility features” - Can you provide more detail on location perhaps or just more info in general!

    • lime!
      link
      fedilink
      English
      1
      edit-2
      2 days ago

      basically this

      in short,

      • semantic html (<nav>, <main>, <aside> etc). ban use of <div> unless there is no fitting tag.
      • aria roles (which you will need less of with semantic html)
      • logical grouping, which facilitates
      • structured text that flows in a screen reader
      • never ever ever use <button>s instead of <a>nchors for links unless you have a very good reason.

      also, don’t use the wording “circling back” unless you want people to get office ptsd.