• lime!
    link
    fedilink
    English
    1
    edit-2
    1 month 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.

    • @[email protected]OP
      link
      fedilink
      11 month 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!