• lime!@feddit.nu
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    18 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.

    • Kevisthename@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      11 days ago

      Hahah! Sorry for the language- I’ve obviously been spending too much time there myself (SOS!)… Thanks again- this is great, I can really use this!