this post was submitted on 09 Jan 2025
126 points (97.7% liked)

Technology

60330 readers
4253 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JaddedFauceet@lemmy.world 2 points 4 hours ago* (last edited 4 hours ago) (1 children)

To make web development a more consistent experience?

To make it easier for developers to build a more accessible web for users with certain impairment? Without needing to re-invent the wheel with thousands of lines of JavaScript or write Web Assembly (i am not even sure how to build an accessible input element with canvas that work with screen reader, keybroad focus etc, this is crazy)?

[–] cornshark@lemmy.world 1 points 2 hours ago

On desktop, questions like how to make an accessible input element are handled by your widget toolkit. Why does the browser need to handle every question itself? Let the qt or gtk or whatever folks answer the question of how to create an accessible input element. Split the scope and investment among many players which individually don't need as much funding and can innovate more quickly.