In this WCAG Fix It guide, we’re breaking down one of the simplest but most important accessibility requirements: making sure every page has a descriptive title. It’s one short line in your code but without it, users can quickly become lost, especially when navigating with assistive technology, and fixing it is one of the fastest
WCAG Fix It: 1.3.1 Info and Relationships
If your website uses headings, lists, tables, or forms, WCAG 1.3.1 applies to you. In this WCAG Fix It guide, we’re breaking down one of the most important structural accessibility requirements: ensuring that information, structure, and relationships are programmatically defined. It sounds technical but it’s really about, If something looks structured visually, it must also
WCAG Fix It: 2.1.1 Keyboard
If your website requires a mouse to function properly, WCAG 2.1.1 applies to you. IIn this WCAG Fix It guide, we’re breaking down one of the most fundamental accessibility requirements: ensuring all functionality is available using only a keyboard. No mouse.No touchscreen.Just the keyboard. If a user cannot navigate your website without a mouse, your
WCAG Fix It: 4.1.2 Name, Role, Value
If your website has buttons, forms, menus, dropdowns, or interactive components, WCAG 4.1.2 applies to you. In this WCAG Fix It guide, we’re breaking down one of the most technical-sounding, yet critically important accessibility requirements: ensuring that interactive elements have a proper, programmatically defined name, role, and value. It sounds developer-heavy burut at its core,
WCAG Fix It: 3.3.2 Labels or Instructions
If your website has forms, contact forms, checkout forms, booking forms, login forms, WCAG 3.3.2 applies to you. In this WCAG Fix It guide, we’re breaking down one of the most common and preventable accessibility failures: missing labels or unclear instructions. When users don’t know what information is expected in a field, forms become frustrating,
WCAG Fix It: 3.1.1 Language of Page
If your website has text and they all do, WCAG 3.1.1 – Language of Page applies to you. In this WCAG Fix It guide, we’re breaking down a technical requirement that has a huge impact on accessibility: ensuring the primary language of your web page can be programmatically determined. It’s one line of code, but
WCAG Fix It: 2.4.4 Link Purpose (In Context)
If your website uses links like “Click here” or icon-only buttons, and it probably does, WCAG 2.4.4 applies to you. In this WCAG Fix It guide, we’re breaking down a common accessibility issue: unclear link purpose. It might seem small. Just a few words in a hyperlink, but when link text isn’t meaningful, navigation becomes
WCAG Fix It: 1.4.3 Colour Contrast
This WCAG success criteria applies to every website as it’s based on using coloured text on coloured backgrounds. In this WCAG Fix It guide, we’re breaking down one of the most common accessibility failures: insufficient colour contrast between text and its background. It sounds technical. It involves ratios and numbers. But in reality, it’s about
WCAG Fix It: 1.2.2 Captions (Prerecorded)
If your website features videos or other prerecorded media that include audio, WCAG 1.2.2 applies to you. In this WCAG Fix It guide, we’re breaking down a core accessibility requirement: providing captions for prerecorded multimedia content. It sounds simple, just text on the screenm but it has an enormous impact on accessibility and usability. Fixing