Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction13 issue(s) across 553 links and 75 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| Canada … | img no alt | Add alt attribute to the image | |
| /us/en/personal-banking | United States | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| /ca/en/personal-banking/products/special… | Explore promotions and offers | new tab | Add '(opens in new tab)' to text |
| https://www.globalexcel.com/td | Visit online claims portal | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| /ca/en/personal-banking/products/special… | Explore promotions and offers | new tab | Add '(opens in new tab)' to text |
| https://www.globalexcel.com/td | Visit online claims portal | new tab | Add '(opens in new tab)' to text |
| Canada … | img no alt | Add alt attribute to the image | |
| /us/en/personal-banking | United States | img no alt | Add alt attribute to the image |
| /ca/en/personal-banking/products/bank-ac… | (empty) | empty | Add link text or aria-label |
| /ca/en/personal-banking/products/bank-ac… | (empty) | empty | Add link text or aria-label |
| /ca/en/personal-banking/products/credit-… | (empty) | empty | Add link text or aria-label |
| /ca/en/personal-banking/products/mortgag… | (empty) | empty | Add link text or aria-label |
| /ca/en/personal-banking/personal-investi… | (empty) | empty | Add link text or aria-label |
| /ca/en/personal-banking/products/borrowi… | (empty) | empty | Add link text or aria-label |
| /ca/en/investing/direct-investing/direct… | (empty) | empty | Add link text or aria-label |
| /ca/en/investing/wealth | (empty) | empty | Add link text or aria-label |
| https://www.tdcanadatrust.com/customer-s… | (empty) | empty | Add link text or aria-label |
| /ca/en/about-td/more-human | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: More Human | |||
| https://www.td.com/ca/en/personal-bankin… | Plan your move to Canada Learn… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/td_canada | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/TDCanada/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/TD_Canada/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/TDCanada/TD… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/td/ | new tab | Add '(opens in new tab)' to text | |
| https://www.cdic.ca/depositors/whats-cov… | DEPOSIT PROTECTION DES DEPOTS | new tab | Add '(opens in new tab)' to text |
| https://www.ciro.ca/ | Regulated by CIRO | new tab | Add '(opens in new tab)' to text |
| /content/dam/tdct/document/pdf/personal-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cdic Abbreviated Brochure En.Pdf | |||
| https://www.ciro.ca/ | www.ciro.ca | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a (#720 on page); a (#1794 on page); /ca/en/personal-banking/products/bank-accounts/chequing-accounts; /ca/en/personal-banking/products/bank-accounts/savings-accounts; /ca/en/personal-banking/products/credit-cards; /ca/en/personal-banking/products/mortgages; /ca/en/personal-banking/personal-investing; /ca/en/personal-banking/products/borrowing; /ca/en/investing/direct-investing/direct-investing-vs-easytrade; /ca/en/investing/wealth (+1 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/ca/en/about-td/more-human ("Learn more"); /content/dam/tdct/document/pdf/personal-banking/cdic-abbreviated-brochure-en.pdf ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
/ca/en/personal-banking/products/special-offers#tab5; https://www.globalexcel.com/td; /ca/en/personal-banking/products/special-offers#tab5; https://www.globalexcel.com/td; https://www.td.com/ca/en/personal-banking/solutions/new-to-canada; https://twitter.com/td_canada; https://www.facebook.com/TDCanada/; https://www.instagram.com/TD_Canada/; https://www.youtube.com/user/TDCanada/TDCanadaTrust; https://www.linkedin.com/company/td/ (+3 more)
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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 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
CForm AccessibilityAction3 of 8 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| query | text | Search | aria-label |
| query | text | Search | aria-label |
| #cmp-questions__input | text | What's your question? | aria-label |
| #select-yes | radio | Yes | for/id |
| #select-no | radio | No | for/id |
| textarea | textarea | (Please enter your comment. We're unable to respond directly to your comment but do appreciate it.) | placeholder only |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<textarea>
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Landmark Structure11 landmarksPASS
A+Heading Hierarchy43 headingsPASS
- H3 Online Services
- H2 EasyWeb: Online Banking
- H2 WebBroker Online Trading
- H1 Welcome to TD Personal Banking
- H2 Explore TD Canada Trust and related products and services
- H2 Digital first. Human always.
- H2 Need help finding the right TD products?
- H2 Plan your move to Canada
- H2 TD Advice - ready to help you move forward
- H2 Plan for your financial future with our unique banking solutions
- H2 Protect yourself against fraud
- H2 Estate planning and settlement advice
- H2 Check your financial health
- H2 It's never been more important to bank digitally
- H3 Easy, safe and secure banking from home
- H3 Bank from anywhere with confidence
- H2 Updates from us
- H3 Personal TD Chequing Accounts
- H3 Accelerate your savings
- H3 Looking for a TD Credit Card?
- H3 Get advice virtually, or in person.
- H3 Digital Tools
- H2 Why Bank with TD
- H3 Convenient banking
- H2 See the ways in which TD enriches lives
- H3 Sustainability
- H3 TD Ready Commitment
- H3 Customer Appreciation
- H3 Publications
- H2 Have a question? Find answers here
- H2 (empty)
- H2 Popular questions
- H3 Helpful related questions
- H3 Did you find what you were looking for?
- H2 See you in a bit
- H2 Site Index
- H3 TD Personal Banking
- H3 TD Small Business Banking
- H3 TD Investing
- H3 TD Corporate
- H3 Other TD Businesses
- H3 U.S. Banking
- H3 Transcript
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 QualityAll 51 images OKPASS
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 Welcome to TD Person… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 EasyWeb: Online Bank… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 WebBroker Online Tra… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore TD Canada Tr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Digital first. Human… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Need help finding th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Plan your move to Ca… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 TD Advice - ready to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Plan for your financ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Protect yourself aga… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Check your financial… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 It's never been more… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Updates from us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why Bank with TD | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See the ways in whic… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Have a question? Fin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See you in a bit | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Site Index | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Online Services | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Easy, safe and secur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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 97/100 — 1 failing, 32 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use some essential cookies to make this website work. These cookies are esse… body#page-488e1f1185 > div#onetrust-consent-sdk > div#onetrust-banner-sdk > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.