© 2022 Hashnode
#a11y
Introduction Do you have a Linktree account? Or any other site that lets you list a bunch of links that you can point to from your Twitter or Instagram profile? Maybe you tried your hand at creating y…
Hey folks! I'd like to talk about creating animation for people with vestibular disorders, improving user experience when resetting password and filling in phone number, coding a search for screen readers and the show password pattern. But …
QUICK SUMMARY ↬ Developing accessible products can be challenging, especially when some of the requirements are beyond the scope of development. It’s one thing to enforce alt text for images and labels for form fields, but another to define…
About When navigating a website with a keyboard, it's often that you'll have to tab through the website's navigation header before getting to the main content. It gets especially frustrating when you …
A caveat - I am learning while writing. My own homepage & portfolio need work too! I don't think anyone can know absolutely everything there is to know about web accessibility, because it covers the w…
Alt tags have been along since the dawn of HTML and creating websites. However, for some people (including me), they were never a top priority. Let's change that behavior! And I'll tell you why. What …
About You are a developer. You want to build a website to show off your skills. What better way to impress visitors or potential employers or clients than having the elements of the page jump around i…
While evaluating my website, I realized while using a screen reader. A user has to tab quite a lot to get to the main content part. This is quite annoying as this can take you forever, and you might e…
We developers tend to hide elements by using display: none or visibility: hidden. And this works perfectly fine actually to hide elements from the screen. However, be aware this does precisely what we…
When working with forms, we should always opt to have form labels describing the label. However, many designers want to hide these labels in modern-day applications as they make things bulky. Some goo…