Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction7 issue(s) across 34 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.trimble.com/blog/trimble/en-… | Visit Ahead of the Curve, the … | new tab | Add '(opens in new tab)' to text |
| https://www.trimble.com/blog/trimble/en-… | From silver screen to job site… | new tab | Add '(opens in new tab)' to text |
| https://www.trimble.com/blog/trimble/en-… | A construction company under c… | new tab | Add '(opens in new tab)' to text |
| https://www.trimble.com/blog/trimble/en-… | Hardworking AI for hardworking… | new tab | Add '(opens in new tab)' to text |
| Continue | generic text | Replace with descriptive text | |
Before: Continue Suggested: Home page | |||
| Continue | generic text | Replace with descriptive text | |
Before: Continue Suggested: Home page | |||
| Continue | generic text | Replace with descriptive text | |
Before: Continue Suggested: Home page | |||
| Continue | generic text | Replace with descriptive text | |
Before: Continue Suggested: Home page | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
("Continue"); ("Continue"); ("Continue"); ("Continue")
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.
https://www.trimble.com/blog/trimble/en-US; https://www.trimble.com/blog/trimble/en-US/article/openusd-3d-model-bim-digit…; https://www.trimble.com/blog/trimble/en-US/article/connected-construction-tec…; https://www.trimble.com/blog/trimble/en-US/article/hardworking-ai-for-hardwor…
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.t2-search-button (#82 on page); button.custom-slick-arrow (#319 on page); button.custom-slick-arrow (#336 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
A+Landmark Structure3 landmarksPASS
AHeading Hierarchy41 headings, 1 skip(s)PASS
- H1 Confidence at every turn™
- H2 Accelerating the pace of work across the world's essential industries
- H3 Government
- H3 Natural Resources
- H3 Construction
- H3 Geospatial
- H3 Transportation
- H3 Government
- H3 Natural Resources
- H3 Construction
- H3 Geospatial
- H3 Transportation
- H3 Government
- H3 Natural Resources
- H2 Trimble technology in action
- H3 BUILDING THE WORLD
- H3 SHAPING THE WORLD
- H3 MOVING THE WORLD
- H2 Ready. Set. Turn!
- H2 Where technology and teamwork connect
- H2 Our customers are powered by confidence that rises to the challenge
- H3 The JE Dunn Way
- H3 Bristol Motor Speedway
- H3 jorge chAvez intl. airport
- H3 evans distribution systems
- H3 Randselva Bridge
- H2 Turning ideas into improvements
- H3 From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration
- H3 A construction company under construction
- H3 Hardworking AI for hardworking people
- H2 The company we keep
- H2 Looking for answers to product, order or billing questions?
- H6 Attention skipped
- H6 Cart Updated
- H6 Attention
- H6 Cart Updated
- H6 Cart Updated
- H6 Cart Updated
- H6 Cart Updated
- H6 Cart Updated
- H6 Cart Updated
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
AAlt Text QualityAll 31 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (What can we help you find?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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+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 Confidence at every … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Accelerating the pac… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trimble technology i… | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 Ready. Set. Turn! | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 Where technology and… | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 Our customers are po… | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 Turning ideas into … | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 The company we keep | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h2 Looking for answers … | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Government | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Natural Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Construction | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h3 Geospatial | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Transportation | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Government | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Natural Resources | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Construction | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Geospatial | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Transportation | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | Pass |
| h3 Government | 17.62:1 | 3.0:1 | #000000 | #EBEBEB | 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.
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 20 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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
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.
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 |
|---|
Privacy Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |