Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, bare pageFIX
DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
A+Landmark Structure15 landmarksPASS
AHeading Hierarchy16 headings, 1 skip(s)PASS
- H1 Submit a complaint about a financial product or service
- H2 See how the complaint process works
- H2 Find answers before you start a complaint
- H4 Key facts in your own words skipped
- H4 Documents
- H4 Company you're complaining about
- H4 Your contact information
- H4 1. Complaint submitted
- H4 2. Route
- H4 3. Company response
- H4 4. Complaint published
- H4 5. Consumer review
- H2 Ready to begin?
- H3 Witness a violation while working for a company?
- H2 Have a question?
- H2 How we share complaints
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #m-global-search_query | search | Search for your question | aria-label |
A+Link & Button Quality133 links, 19 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.youtube.com/embed/bh3nejWtSj… | Play video on YouTube | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.youtube.com/embed/bh3nejWtSjA?enablejsapi=1&origin=https://www.co…
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Submit a complaint a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See how the complain… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find answers before … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ready to begin? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Have a question? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 How we share complai… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Witness a violation … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Submit a complaint |… | 19.75:1 | 4.5:1 | #000000 | #F7F8F9 | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div An official website … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span United States govern… | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| a (855) 411-2372 | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| a Search | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| span Search | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| span Close | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| button Search | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| span Open the main menu | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| span Close the main menu | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| div Submit a Complaint | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
| div Consumer Education | 17.57:1 | 4.5:1 | #000000 | #E2EFD8 | Pass |
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.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.