Partial links are inaccessible
It's easy to create links which aren't quite accessible due to lack of context, and it's even easier to fix!
I love building and learning, it's a part of the reason why I'm a developer. With the vastness that is web development, I enjoy trying out new things which may improve my workflow, or get a better perspective.
Things like making sure something is accessible for all is always key when I'm building for the web. With that being said, come on and say hello!
Read more about me →
Where I like to talk about accessibility, Frontend Development, TDD, JavaScript and a lot more!
It's easy to create links which aren't quite accessible due to lack of context, and it's even easier to fix!
The attribute role="button" is often used in place of a regular button element, yet this is usually not enough to ensure that the element is accessible.
Often, aria-* attributes can be confusing, and are frequently used incorrectly. WebAIM noted that the majority of home pages where ARIA was present, actually resulted in more accessibility issues. No ARIA is better than incorrectly used ARIA.