Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction9 issue(s) across 212 links and 57 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://legal.thomsonreuters.com/en/prod… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cocounsel Legal | |||
| https://tax.thomsonreuters.com/en/produc… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cocounsel Tax | |||
| https://tax.thomsonreuters.com/en/produc… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Onesource Global Classification Ai | |||
| https://legal.thomsonreuters.com/en/prod… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Clear Investigate | |||
| https://store.tax.thomsonreuters.com/acc… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: 3500 | |||
| https://sales.legalsolutions.thomsonreut… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Solo Firms | |||
| https://legal.thomsonreuters.com/en/prod… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cocounsel Legal | |||
| https://tax.thomsonreuters.com/en/produc… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cocounsel Tax | |||
| /en/products/proview | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Proview | |||
| https://legal.thomsonreuters.com/en/lega… | View more about Legal | img no alt | Add alt attribute to the image |
| https://tax.thomsonreuters.com/en/tax-ac… | View more about Tax and accoun… | img no alt | Add alt attribute to the image |
| https://tax.thomsonreuters.com/en/intern… | View more about International … | img no alt | Add alt attribute to the image |
| https://legal.thomsonreuters.com/en/risk… | View more about Investigation,… | img no alt | Add alt attribute to the image |
| https://www.reutersagency.com/en | View more about Reuters | img no alt | Add alt attribute to the image |
| https://www.thomsonreuters.com/en.html | Thomson Reuters - opens in a n… | new tab | Add '(opens in new tab)' to text |
| /en/privacy-statement#cookies | Cookie policy - opens in a new… | new tab | Add '(opens in new tab)' to text |
| /en/terms-of-use | Terms of use - opens in a new … | new tab | Add '(opens in new tab)' to text |
| /en/privacy-statement | Privacy statement - opens in a… | new tab | Add '(opens in new tab)' to text |
| /en/policies/copyright | Copyright - opens in a new tab | new tab | Add '(opens in new tab)' to text |
| /en/modern-slavery-act | Supply chain transparency - op… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://legal.thomsonreuters.com/en/products/cocounsel-legal ("Learn more"); https://tax.thomsonreuters.com/en/products/cocounsel-tax ("Learn more"); https://tax.thomsonreuters.com/en/products/onesource-global-classification-ai ("Learn more"); https://legal.thomsonreuters.com/en/products/clear-investigate ("Learn more"); https://store.tax.thomsonreuters.com/accounting/Brand/Quickfinder/c/3500 ("Learn more"); https://sales.legalsolutions.thomsonreuters.com/en-us/solo-firms ("Learn more"); https://legal.thomsonreuters.com/en/products/cocounsel-legal ("Learn more"); https://tax.thomsonreuters.com/en/products/cocounsel-tax ("Learn more"); /en/products/proview ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://legal.thomsonreuters.com/en/legal"]; a[href="https://tax.thomsonreuters.com/en/tax-accounting"]; a[href="https://tax.thomsonreuters.com/en/international-trade-supply-chain"]; a[href="https://legal.thomsonreuters.com/en/risk-fraud-investigations"]; a[href="https://www.reutersagency.com/en"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.thomsonreuters.com/en.html; /en/privacy-statement#cookies; /en/terms-of-use; /en/privacy-statement; /en/policies/copyright; /en/modern-slavery-act
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
FFavicon & BrandingAction2 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
BLandmark Structure26 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
B404 Error PageHTTP 404, custom pageREVIEW
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 |
|---|---|---|---|---|---|
| h2 Justly Prudent achie… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 AI that delivers | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Speed meets confiden… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Streamlined matter m… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Compliance without c… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 CoCounsel Legal | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 CoCounsel Tax | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Global Classificatio… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 CLEAR Investigate | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Tax Quickfinder | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Small firms | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 CoCounsel Legal | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Contact sales | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 CoCounsel Tax | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Contact sales | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 ProView | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Human intelligence | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h2 Legal enhancements | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h3 Thomson Reuters ONES… | 1.47:1 | 3.0:1 | #000000 | #113021 | Fail |
| h3 Thomson Reuters ONES… | 1.47:1 | 3.0:1 | #000000 | #113021 | 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.
A+Heading Hierarchy52 headingsPASS
- H2 Justly Prudent achieves 5 times the ROI with CoCounsel
- H2 AI that delivers
- H2 Speed meets confidence
- H2 Streamlined matter management
- H2 Compliance without complexity
- H2 CoCounsel Legal
- H2 CoCounsel Tax
- H2 Global Classification AI
- H2 CLEAR Investigate
- H2 Tax Quickfinder
- H2 Small firms
- H2 CoCounsel Legal
- H2 Contact sales
- H2 CoCounsel Tax
- H2 Contact sales
- H2 ProView
- H2 Human intelligence
- H2 Legal enhancements
- H2 Thomson Reuters
- H1 CoCounsel Legal: AI lawyers swear by
- H2 Explore additional offerings from Thomson Reuters
- H2 New and noteworthy
- H3 CoCounsel chosen by 1 million global professionals
- H3 Thomson Reuters ONESOURCE+: Your intelligent compliance network
- H3 Achieve next-level efficiency with Thomson Reuters CoCounsel
- H3 2026 AI in Professional Services Report
- H3 ONESOURCE Indirect Tax named a leader in two IDC MarketScape Vendor Assessments
- H3 Future of Professionals Report 2025
- H3 CoCounsel chosen by 1 million global professionals
- H3 Thomson Reuters ONESOURCE+: Your intelligent compliance network
- H3 Achieve next-level efficiency with Thomson Reuters CoCounsel
- H3 2026 AI in Professional Services Report
- H3 ONESOURCE Indirect Tax named a leader in two IDC MarketScape Vendor Assessments
- H3 Future of Professionals Report 2025
- H2 Featured insights
- H3 2026 AI in Professional Services Report
- H3 Introducing Our First CoCounsel Guided Workflows
- H3 Future of Professionals Report 2025
- H2 Customer support
- H3 Need help?
- H3 Get in touch
- H3 Log in to your product
- H2 Press releases
- H3 Thomson Reuters First Quarter 2026 Earnings Announcement and Webcast
- H3 Thomson Reuters to Present at Bank of America 2026 Conference
- H3 Thomson Reuters Files 2025 Annual Report
- H3 About us
- H3 Learn more
- H3 Contact us
- H3 Reuters
- H3 Core Publishing Solutions
- H3 Connect with us
A+Alt Text QualityAll 35 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchBox | input | Search | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 1 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.
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 |
|---|
Risk, fraud, and investigations div.cmp-cardlist__container > div.cmp-cardlist__container--overflow > dig-card.dig-card > a.cmp-cardlist__item |
Go to support & training div.link > div.cmp-link > dig-link.dig-link > a |