@[email protected] to [email protected] • 2 months agoHonest feedback- Would you use this?message-square23fedilinkarrow-up119
arrow-up119message-squareHonest feedback- Would you use this?@[email protected] to [email protected] • 2 months agomessage-square23fedilink
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!linkfedilinkEnglish1•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.
minus-square@[email protected]OPlinkfedilink1•1 month agoHahah! 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!
basically this
in short,
also, don’t use the wording “circling back” unless you want people to get office ptsd.
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!