Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FForm AccessibilityAction7 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #UserID | text | (User Id) | placeholder only |
| #Password | password | (Password) | placeholder only |
| #CompanyCode | text | (Company Code) | placeholder only |
| #Password1 | Password | (none) | none |
| #UserName | text | (none) | none |
| input | Password | (none) | none |
| input | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="UserName" id="UserName">; <input type="text">; <input type="Password" name="Password1" id="Password1">; <input type="Password">
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.
<input type="text" name="UserID" id="UserID">; <input type="password" name="Password" id="Password">; <input type="text" name="CompanyCode" id="CompanyCode">
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
FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
DMobile-Readable Font SizesAction50% of visible text renders at >= 12 CSS px (6 below threshold)FIX
F404 Error PageActionHTTP 404, bare pageFIX
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
BHeading Hierarchy2 headingsREVIEW
- H3 ComplianceWire® for Life Sciences Achieve Compliance for 21 CFR Part 11 and EU Annex 11 Validation Requirements
- H3 Login
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CMobile Keyboard & AutofillAction2/3 eligible field(s) missing autocomplete or inputmodeREVIEW
BIframe Accessibility2/2 iframe(s) missing title; 0 placeholder(s)REVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 74/100 — 4 failing, 13 passedREVIEW
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Do you accept the Terms of Use? div.row > div.col-lg-12 > span.has-feedback > a.small |
Forgot your password? div.row > div.form-group > div.col-md-6 > a.small |
Forgot your User ID? div.row > div.form-group > div.col-md-6 > a.small |
These are opportunities to improve the legibility of your content.
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 > section.intro > div.backstretch > img body > section.intro > div.backstretch > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe#cw body > iframe#cw |
body > iframe#cw body > iframe#cw |
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.
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.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Link & Button Quality1 issue(s) across 8 links and 1 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ul.com/services/digital-appl… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Compliance Lms For Life Sciences | |||
Generic link text like 'click here' doesn't describe the destination.
https://www.ul.com/services/digital-applications/compliance-lms-for-life-scie… ("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
A+Form Input Types7 form control(s) checked, no type mismatchesPASS
AForm Input Quality1 input-semantic issue(s) across 7 form control(s)PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)14 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 (14)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h3 Login | 12.27:1 | 3.0:1 | #000000 | #AEC6FB | Pass |
| title ComplianceWire | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ComplianceWire® for… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Achieve Compliance f… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Automate the creatio… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Learn More | 20.76:1 | 4.5:1 | #000000 | #FCFEFF | Pass |
| a Do you accept the Te… | 13.77:1 | 4.5:1 | #000000 | #C7CFFD | Pass |
| button I Accept | 15.23:1 | 4.5:1 | #000000 | #D3DAFE | Pass |
| strong QA/CS Login | 16.86:1 | 3.0:1 | #000000 | #DBE7FD | Pass |
| a Forgot your password… | 17.55:1 | 4.5:1 | #000000 | #DEECFF | Pass |
| a Forgot your User ID? | 15.40:1 | 4.5:1 | #000000 | #C7DFFD | Pass |
| a Copyright ©2026 UL … | 12.54:1 | 4.5:1 | #000000 | #A4CBFD | Pass |
| a Terms of Use | 17.88:1 | 4.5:1 | #000000 | #DEEFFE | Pass |
| a System Information | 19.32:1 | 4.5:1 | #000000 | #E9F8FE | 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.