© 2023 Hashnode
#a11y
Introduction I firmly believe that accessibility is not just a checkbox to tick off; it's a fundamental aspect of creating an equitable digital environment. This article will explore the importance of…
Since the internet became widely accessible in 1991, it has experienced rapid adoption. Improvements have been made using it in almost every field. Additionally, as technology advances, its advantages become even more obvious and more peopl…
As web developers, it's our responsibility to make sure that the websites we create are accessible to everyone, regardless of their abilities or disabilities. In this blog post, I'll go over some esse…
Another week, another newsletter. Let’s get to it! Around the Web This is an excellent talk from Rich Harris. I encourage you to check out Rich Harris: Hot takes on the web 🌶️. The Alt Text War! SE…
I spent about 10-15 hours on edx's online course on Introduction to Web Accessibility, authored by W3Cx, which seems to be a collection of courses straight from the people in W3C (in W3C's WAI for thi…
Alt text, also known as "alt descriptions" or "alternative text," is used to describe images on websites and other digital media. When asked, I like to tell the person to imagine they are describing a…
This article goes through the mindset of creating accessible sites. Starting with personas, compliance rules, POUR model and lastly accessibility testing considerations. Accessibility Personas Each t…
Ever since I started programming in 2020, debugging JavaScript was one of the things I had trouble dealing with properly or even understanding debugging tools. I watched video after video on how to wo…
What is Semantic Html? I love how web.dev describes this term. Writing semantic HTML means using HTML elements to structure your content based on each element's meaning, not its appearance. Meaning no…
Making your web applications accessible to all users is crucial for creating an inclusive and user-friendly experience. However, figuring out if your application is accessible or how to improve it can…