The international standard for web accessibility, published by the W3C, defining guidelines at three conformance levels — A, AA, and AAA — for making websites usable by people with disabilities.
Most enterprise websites target WCAG 2.1 AA compliance, which covers colour contrast ratios, keyboard navigation, screen reader compatibility, and form labelling.
The global population of people with disabilities represents a consumer spending power of over $8 trillion — and websites that fail accessibility standards exclude this audience entirely while also facing increasing legal risk under ADA, EN 301 549, and the UK Equality Act.
Web Content Accessibility Guidelines
WCAG
Every public-facing website. WCAG 2.1 Level AA is the most widely required compliance level — mandated by law for government websites, public sector organisations, and increasingly for commercial websites in the EU, US, and UK.
Webflow outputs semantic HTML that provides a good accessibility baseline. Key actions: fill in alt text for every image, add ARIA labels to icon buttons, ensure focus styles are visible (Webflow strips browser defaults — add :focus-visible styles to interactive elements), and set the language attribute on the <html> element via Project Settings → Custom Code.
Answer