Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction18 of 19 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| optionsRadios | radio | none | |
| #client_id | text | (Login) | placeholder only |
| #client_password | password | (Password) | placeholder only |
| #fname | text | (First Name) | placeholder only |
| #mname | text | (Middle Names) | placeholder only |
| #lname | text | (Last Name) | placeholder only |
| #name | text | (Business Name) | placeholder only |
| #street | text | (Street Address) | placeholder only |
| #city | text | (City) | placeholder only |
| #state | text | (State/Province) | placeholder only |
| #zip | text | (Zip/Postal Code) | placeholder only |
| #phone | text | (Phone Number) | placeholder only |
| text | (E-mail) | placeholder only | |
| #website | text | (https://Website URL) | placeholder only |
| #comments | textarea | (Additional Comments) | placeholder only |
| query | text | (Use '%' for wildcards and quotes for "exact phrases") | placeholder only |
| input | text | (none) | none |
| #country | select | (none) | none |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="country" id="country">; <input type="text">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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" id="client_id">; <input type="password" id="client_password">; <input type="text" name="fname" id="fname">; <input type="text" name="mname" id="mname">; <input type="text" name="lname" id="lname">; <input type="text" name="name" id="name">; <input type="text" name="street" id="street">; <input type="text" name="city" id="city">; <input type="text" name="state" id="state">; <input type="text" name="zip" id="zip"> (+5 more)
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
DLink & Button QualityAction13 issue(s) across 53 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: # | |||
| # | (empty) | empty | Add link text or aria-label |
| # | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: # | |||
| # | (empty) | empty | Add link text or aria-label |
| # | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: # | |||
| support.php | (empty) | empty | Add link text or aria-label |
| support.php | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Support.Php | |||
| pricing.php | (empty) | empty | Add link text or aria-label |
| pricing.php | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Pricing.Php | |||
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; #; #; #; #; support.php; pricing.php
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.
# ("Learn more"); # ("Learn more"); # ("Learn more"); support.php ("Learn more"); pricing.php ("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
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#507 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
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
CLandmark StructureAction3 landmarksREVIEW
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
BHeading Hierarchy26 headings, 1 skip(s)REVIEW
- H4 What‘s next?..
- H4 Hello...
- H4 Dear new client...
- H4 General Info
- H4 Ease of Use
- H4 Speed
- H4 Stability
- H1 Your business was waiting for this
- H1 Evolution dark mode is here! duplicate H1
- H1 A Better Way To Manage Your Server duplicate H1
- H2 Why DirectAdmin? Five reasons
- H3 Ease of use
- H3 Speed
- H3 Stability
- H3 Support
- H3 Price
- H2 See our software in action
- H3 Cutting-Edge Technologies
- H3 Multilingual Interface
- H2 DirectAdmin for everyone
- H4 Pricing options skipped
- H4 Requirements
- H4 Contact Us
- H4 Personal Theme
- H4 Try Our Demo
- H2 Let's take your server to the next level
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
B404 Error PageHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h1 Your business was | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 waiting for this | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Evolution dark mode … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 A Better Way To | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Manage Your Server | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ? Five reasons | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See our software | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 in action | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Let's take your serv… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Ease of use | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Speed | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Stability | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Support | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Price | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cutting-Edge Technol… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Multilingual Interfa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title DirectAdmin Web Cont… | 5.28:1 | 4.5:1 | #000000 | #1889B4 | Pass |
| h4 What‘s next?.. | 5.28:1 | 3.0:1 | #000000 | #1889B4 | Pass |
| p A Client Account is … | 5.01:1 | 4.5:1 | #000000 | #1485B0 | 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.
BLighthouse Accessibility AuditsScore 87/100 — 5 failing, 23 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 |
|---|
LEARN MORE li.text-center > div.desc > div.button > a.btn |
LEARN MORE li.text-center > div.desc > div.button > a.btn |
LEARN MORE li.text-center > div.desc > div.button > a.btn |
LEARN MORE li.text-center > div.desc > div.button > a.btn |
LEARN MORE li.text-center > div.desc > div.button > a.btn |
Pricing options li.item > div.item-inner > h4.title > a |
Requirements li.item > div.item-inner > h4.title > a |
Contact Us li.item > div.item-inner > h4.title > a |
Personal Theme li.item > div.item-inner > h4.title > a |
Try Our Demo li.item > div.item-inner > h4.title > a |
Order Now div.col-xs-12 > div.container > div.text-center > a.btn |
2020 JBMC Software, M5159-13432 143 ST NW, Edmonton AB, T5L 5A9, Canada. Mon - … div.container > div.row > div.col-md-12 > p.powerBy |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Pricing options ul.block-grid > li.item > div.item-inner > h4.title |
These are opportunities to improve keyboard navigation in your application.
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.no-js html.no-js |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xs-12 > nav.navbar > div.navbar-header > a.navbar-brand div.col-xs-12 > nav.navbar > div.navbar-header > a.navbar-brand |
div.container > ul#five-reasons > li.text-center > a.image div.container > ul#five-reasons > li.text-center > a.image |
div.container > ul#five-reasons > li.text-center > a.image div.container > ul#five-reasons > li.text-center > a.image |
div.container > ul#five-reasons > li.text-center > a.image div.container > ul#five-reasons > li.text-center > a.image |
div.container > ul#five-reasons > li.text-center > a.image div.container > ul#five-reasons > li.text-center > a.image |
div.container > ul#five-reasons > li.text-center > a.image div.container > ul#five-reasons > li.text-center > a.image |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.