CodeNewbie Community 🌱

Cover image for [On-Demand Talk] Demystifying Web Accessibility Contributor
josefineschaefer
josefineschaefer

Posted on

[On-Demand Talk] Demystifying Web Accessibility Contributor

About this talk

Right after I started my first job, the client I was working for had to implement web accessibility as a legal requirement, which was a pretty big deal as it concerned a large legacy codebase, many different stakeholders and most people on the team didn’t have much experience with the topic.

Since everything was new to me, I didn’t mind much about what I would learn first - but I was very excited about learning something that benefited a diverse community of people.

I was lucky enough to have a bunch of amazing mentors and I would like to share some of the things I learned along the way with you - hope they help you on your journey.

Takeaways

  1. The basics of Web Accessibility
  2. Why it’s important and who benefits from it
  3. Basic terminology regarding Web Accessibility
  4. Where and how to get started with implementation

More specifically, we will look at three things you can do today to make your application a little more accessible, including:

  • Semantic HTML
  • Color Contrast
  • Keyboard Accessibility

If there is only one thing you take away from my talk, however, it would be that in the case of web accessibility, 10% is better than nothing. It’s an ongoing journey of improvement - but it’s important to start somewhere :)

Slides

>> Click here to download slides

🌈 Comment below and ask me questions — I might just answer them during my live speaker discussion!


About Josefine Schaefer

Josefine is a frontend engineer based in Hamburg, Germany. She describes herself as "ready to take over the world by storm" on good days and "wondering when she will be exposed as the imposter she is" on bad ones.


This on-demand talk is part of CodeLand 2021 — a virtual conference brought to you by CodeNewbie & DEV on September 23 & 24, 2021.

Latest comments (45)

Collapse
 
clearlythuydoan profile image
Thuy Doan

As someone who is also very passionate about equity on the web and accessibility, I loved that you gave a talk about this at Codeland 2021. I should get going on accessibility talks myself!

Collapse
 
dcipher87 profile image
Khigha Ubisi

Yay! Thank you Josefine. As someone who is new to code, this talk was very useful. Semantic HTML is a habit I will implement immediately in my learning. You explained the importance of accessibility very well. It's a good skill to have in your toolbox because you never know where your career may take you. It's best to be prepared than have this sneak up on you like a spot test. Websites for the most part exist in the public domain and we need to ensure the public can access and benefit from them!

Collapse
 
josefineschaefer profile image
josefineschaefer

Absolutely! It's great that you are trying to make this a habit early on in your learning journey, than it will later come naturally to you :)

Collapse
 
amneet profile image
amneet-b

Hi! Reminder that if you have any questions for @josefineschaefer to drop them here! We'll address these questions in the live speaker discussion. 📣

Collapse
 
vivianemartini profile image
Viviane Martini

thank you for sharing! excellent content!

Collapse
 
sbstn profile image
sbstn98

Thanks for this nice and inspiring talk about web #accesibility at the #codeland2021 Conference! i dealt with the topic some time ago, now it has moved back into my focus :)

Collapse
 
raedyping profile image
Raedy Ping

That was such an excellent overview -- thank you

A few things I learned: you can improve accessibility without having to learn anything new:
Use lower brightness colors
Use higher contrast between text and background -- minimum ratio of 4.5:1
"Web Accessibility Simulator"

Collapse
 
twosavoie profile image
Lisa Savoie

Thanks so much for your talk! Any recommendations for tools that I can use and recommend to students. I use WAVE Chrome extension, WebAIM, and ColorHexa but any other tools on how to check for keyboard accessibility would be great. Thanks!

Collapse
 
josefineschaefer profile image
josefineschaefer

Thanks for your question! Wave & WebAIM are already great places to start. For keyboard accessibility, it might be a good idea to visualise the tab order (like with taba11y) or with the Accessibility Tab in the Firefox Devtools.
You can find a list of further evaluation tools here: w3.org/WAI/ER/tools/ :)

Collapse
 
jhermann profile image
Jürgen Hermann

Font choices are missing. People think "tall and thin light grey on dark grey is sooooo cool". Well, it's not.

Read lexend.com/ for the science on why fonts matter!

Collapse
 
darylnauman profile image
Daryl Nauman

Thanks for this great talk and sharing actionable steps we can take to improve our sites (plus resources to use). It was a lightbulb moment for me to hear about how coding for accessibility can also help a broader range of the population beyond those we might normally think about when working to make our sites more accessible.

Collapse
 
sarahb3agle profile image
Sarah

Thank you Josefine! I appreciate all the resources and information for improving web accessibility.

Collapse
 
tracycss profile image
Jane Tracy 👩‍💻

Amazing talk accessibility is really important as we start the journey.
One resource that helps me is Wave extention.

Collapse
 
tristanntn profile image
Tristan

Thanks so much- I believe in inclusion of all, so accessibility is a very important link in making the internet accessibility for all.

Collapse
 
jhermann profile image
Jürgen Hermann

Tools... Try your web page with darkreader.org/, and whether your color choices work when inverted and spread to a proper contrast ratio.

Collapse
 
noviicee profile image
Novice

Amazing one. Thank you!

Collapse
 
srivera12 profile image
Sarah Rivera

Thank you - this is a great and important topic.