Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
C404 Error PageActionHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The World’s Leadin… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Alternative Dispute … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Our services | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 A Legacy of Expertis… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Why AAA? | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Latest | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 News | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Missing Layer in… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 AI Arbitrator | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Industry-Specific AD… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Our practice areas | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Democratizing Disput… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 InnovAAAtion | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Educational programs | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Have questions? | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Q&A | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 About Us | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Start Your Case | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Visit other AAA Site… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Arbitration | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
AHeading Hierarchy38 headingsPASS
- H1 The World’s Leading Provider of Dispute Solutions
- H2 Alternative Dispute Resolution
- H2 Our services
- H3 Arbitration
- H3 Mediation
- H3 Online Dispute Resolution
- H2 A Legacy of Expertise & Experience
- H2 Why AAA?
- H3 580,000 cases
- H3 $29 billion
- H3 Over 4,900
- H3 3x faster
- H2 The Latest
- H2 News
- H2 The Missing Layer in AI-Driven Commerce: A Trust Framework for Agentic Commerce Disputes
- H3 New! AAAi Chatbook: Mediation Practice
- H3 Governance Is the Key: How Legal Teams Are Learning to Move Fast Without Breaking Trust
- H3 Trust Is the Product
- H3 ODR.com Joins Court–Stanford Effort to Build Online Case Resolution System
- H2 AI Arbitrator
- H3 Use for a Simulated Decision or a Binding Award
- H2 Industry-Specific ADR
- H2 Our practice areas
- H2 Democratizing Dispute Resolution through Innovation
- H2 InnovAAAtion
- H3 Technology Enhancements
- H3 New Products and Services
- H3 Advancing ADR Rules, Procedures, and Processes
- H2 Educational programs
- H3 Supporting the Education of Advocates and Panelists
- H2 Have questions?
- H2 Q&A
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H2 About Us
- H2 Start Your Case
- H2 Visit other AAA Sites
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #osano-cm-dialog-toggle--category_MARKETING | checkbox | none | |
| #osano-cm-dialog-toggle--category_PERSONALIZATION | checkbox | none | |
| #osano-cm-dialog-toggle--category_ANALYTICS | checkbox | none |
A+Link & Button Quality5 links, 6 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /privacypolicy | Cookie Policy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/privacypolicy
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
AFavicon & Branding7 icon(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 26 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
button.closed button.closed |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Targeted Advertising div#a23cb917-6ce2-4862-bce9-fdd2a4dc1ef7 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
Personalization div#a23cb917-6ce2-4862-bce9-fdd2a4dc1ef7 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
Analytics div#a23cb917-6ce2-4862-bce9-fdd2a4dc1ef7 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Arbitration article.cardParent > a.hyperlink |
Mediation article.cardParent > a.hyperlink |
Online Dispute Resolution article.cardParent > a.hyperlink |