Do You REALLY Need to Care About Web Accessibility?

Поделиться
HTML-код
  • Опубликовано: 26 июл 2024
  • How many times have you been moralized to by angry Twitter users that you NEED to make your website accessible? Does it really matter unless you're a giant corporation? Is it too much work for too little reward? Or does it actually help make your website better for everyone? Find out in this video, as well as how to make your website more accessible with almost no effort...
    Watch my videos on Odysee: odysee.com/$/invite/@ericnmur...
    My website: ericmurphy.xyz
    My GitHub: github.com/ericmurphyxyz
    Get a VPS and host a website with Vultr: www.vultr.com/?ref=9005580-8H (affiliate link)
    0:00 Intro
    1:36 Accessibility isn't hard
    2:15 Accessibility isn't just for disabled users
    2:37 Color contrast and text
    4:30 Adding alt text to images
    5:34 Using sematic HTML tags
    6:30 Keeping elements keyboard accessible
    7:14 Keeping heading tags in order
    7:44 Using labels in forms
    8:43 Adding text to every link and button
    9:22 Conclusion
  • НаукаНаука

Комментарии • 3

  • @emberavenge7162
    @emberavenge7162 2 года назад +5

    Great video! Web accessibility has always been a topic that I think some people make it harder than what it has to be, like if you look at the guidelines for web accessibility it's a lot but in reality it's simpler than a lot of us think.
    Brad from Traversy Media made a good analogy that has always stuck to me and made me realize the importance of web accessibility, I can't remember the exact quote though.
    Good stuff

    • @EricMurphyxyz
      @EricMurphyxyz  2 года назад +2

      Right, I used to think it was way too much work and hassle to do but you can get 80% of the way there with very little effort.

  • @Angeal98
    @Angeal98 2 года назад +1

    "Turning div into a button" is done even by Twitter, because someone made a terrible HTML rule that buttons can't be nested, while it's a pretty common in design.