Kevisthename@lemmy.world to Programming@programming.dev · 2 months agoHonest feedback- Would you use this?message-squaremessage-square15fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareHonest feedback- Would you use this?Kevisthename@lemmy.world to Programming@programming.dev · 2 months agomessage-square15fedilinkfile-text
Looking for honest feedback on a tool for fast note-sharing: devs, educators, curious minds welcome 🙏 https://quickpoint.me/quickpoint/landing/PAGE/1
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up0·edit-21 month agobasically 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.
basically this
in short,
also, don’t use the wording “circling back” unless you want people to get office ptsd.