Kevisthename@lemmy.world to Programming@programming.dev · 24 days agoHonest feedback- Would you use this?message-squaremessage-square23linkfedilinkarrow-up120arrow-down11file-text
arrow-up119arrow-down1message-squareHonest feedback- Would you use this?Kevisthename@lemmy.world to Programming@programming.dev · 24 days agomessage-square23linkfedilinkfile-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-squareKevisthename@lemmy.worldOPlinkfedilinkarrow-up1·11 days agoHi! 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!
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·edit-211 days 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-squareKevisthename@lemmy.worldOPlinkfedilinkarrow-up1·4 days 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!
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!
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!