this post was submitted on 01 May 2025
20 points (100.0% liked)

Programming

20196 readers
172 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Looking for honest feedback on a tool for fast note-sharing: devs, educators, curious minds welcome ๐Ÿ™

https://quickpoint.me/quickpoint/landing/PAGE/1

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 3 days ago (1 children)

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!

[โ€“] [email protected] 1 points 3 days ago* (last edited 3 days ago)

basically this

in short,

  • semantic html (, , etc). ban use of 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 s instead of 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.