Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 56 -1-on-focusableFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction11 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
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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy21 headings, 2 skip(s)REVIEW
- H1 Electric, With an Edge
- H3 R&D Capabilities skipped
- H3 Quality Control
- H3 Company Certifications:
- H3 Fast submit the drawing
- H3 Make a good production plan
- H3 100% meet the standard requirements
- H2 Core Products and Services
- H3 data center & bitcoin mining
- H3 Industrial & Buildings
- H3 renewable power plant
- H3 Solar Energy
- H3 energy storage
- H3 House Market Utility
- H4 Electric, With an Edge
- H2 About us
- H2 Ready to move? Get a quote now!
- H6 Manu skipped
- H6 Quick Links
- H6 Get In Touch
- H3 Contact us
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
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
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 Electric, With an Ed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Core Products and Se… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ready to move? Get a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 R&D Capabilities | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Quality Control | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Company Certificatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fast submit the draw… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Make a good producti… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 100% meet the standa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 data center & bitcoi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Industrial & Buildin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 renewable power plan… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Solar Energy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 energy storage | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 House Market Utility | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Contact us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Electrical and Indus… | 1.99:1 | 4.5:1 | #000000 | #0033A1 | Fail |
| a Skip to content | 5.46:1 | 4.5:1 | #000000 | #6381C3 | Pass |
| p ELECTRIC, WITH AN ED… | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | 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+Heading Text QualityAll 21 heading(s) have substantive, well-formed textPASS
A+Alt Text Quality1 of 9 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
AForm Accessibility1 of 6 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form-field-field_6b514f4 | text | Name | for/id |
| #form-field-email | tel | phone | for/id |
| #form-field-message | for/id | ||
| #form-field-field_9621cc6 | textarea | Contact Information | for/id |
| #form-field-field_293c4ec | checkbox | DAELIM BELEFIC Transformer Catalog North America 2025 (648243 downloads ) | for/id |
| #form-field-field_80abed8 | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="form_fields[field_80abed8]" id="form-field-field_80abed8">
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
ALink & Button Quality1 issue(s) across 122 links and 1 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://daelim-electric.com/about/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://www.facebook.com/people/Beijing-… | Facebook-f | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/1360158… | new tab | Add '(opens in new tab)' to text | |
Generic link text like 'click here' doesn't describe the destination.
https://daelim-electric.com/about/ ("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.
https://www.facebook.com/people/Beijing-Daelim-Green-Ep-Tech-Co-Ltd/100033576…; https://www.linkedin.com/company/13601587/admin/feed/posts/
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
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Form Input Quality6 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
AIframe Accessibility1/1 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 38 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 4 failing, 24 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.
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 |
|---|
ELECTRIC, WITH AN EDGE div.elementor-element > div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title |
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 |
|---|
ELECTRIC, WITH AN EDGE div.elementor-element > div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title |
Manu div.elementor-element > div.elementor-element > div.elementor-widget-container > h6.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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 html |
These items highlight common accessibility best practices.