When building web applications, ensuring accessibility should be as important as delivering features...
Accessible names are a key part of ensuring that your web content is accessible to screen reader...
Hiding elements in your UI is common, but doing so in an accessible manner ensures you don’t...
When working with animations, it’s essential to ensure they are accessible to everyone. According to...
Animations can be beautiful, but some animations can also be triggering for some users, and that's...
When talking about techniques to improve accessibility, one topic that comes up quite often is alt...
Forms, without a doubt play an important role in our day to day activities. Whether you're trying to...
I was building a sidebar recently, and I encountered a bug where the content of the page was always o...
Flash Of Invisible Text and Flash Of Unstyled Text are two font loading strategies used in major brow...
HTML elements have default styles applied to them by individual browsers. These styles could vary dep...
As tech enthusiasts, we would at some point, for one reason or another need to reach out to someone....
In this article, I'll be explaining what CSS spe-ci-fi-ci-ty is and how it works in very simple terms...
Have you been writing CSS and you had to use media queries just so your website could look good acros...
When you go online looking for resources on how to become a better front-end developer, you most prob...
CSS Variables have been around for quite some time now and I have to say, it has been really helpful....
In the previous article, I discussed what accessibility is all about and why you should consider maki...
Remember that one time you were going through your twitter timeline and you came across the #a11y has...
In the world of CSS and sizing, there are several units that can be used either for your font sizing...
The ... (dot, dot, dot) operator as I like to call it 😄, has been around since the introduction of ES...
This is the first post in the this vs that series. A series aimed at comparing two often confusing te...
A document fragment is a fragment of a Document Object Model (DOM) tree, a chunk of tree that's separ...