Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CMobile Keyboard & AutofillAction2/4 eligible field(s) missing autocomplete or inputmodeREVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 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.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Contact | F2 Constru… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span top of page | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p Home | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p About | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p Our Services | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p Contact Us | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p FAQ | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p More | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| div Use tab to navigate … | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span 980.260.8418 | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span Get in Touch For You… | 4.49:1 | 4.5:1 | #000000 | #747474 | Fail |
| span We are excited to he… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span 6425 Bannington Rd U… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label First Name | 15.17:1 | 4.5:1 | #000000 | #DBDBDB | Pass |
| label Last Name | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| label Email | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label Phone | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label Address | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label Project Details | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label Type your message he… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | 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.
ALandmark Structure6 landmarksPASS
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
A+Heading Hierarchy1 headingsPASS
- H1 Get in Touch For Your Next Home Remodeling Project
A+Heading Text QualityAll 1 heading(s) have substantive, well-formed textPASS
A+Alt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
A+Form AccessibilityAll 7 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #input_comp-k67ye2rl | text | First Name | for/id |
| #input_comp-kmf51t12 | text | Last Name | for/id |
| #input_comp-k67ye2rz | for/id | ||
| #input_comp-k67ye2rt | tel | Phone | for/id |
| #input_comp-k67ye2s6 | text | Address | for/id |
| #input_comp-k67ye2sd | text | Project Details | for/id |
| #textarea_comp-k67ye2sk | textarea | Type your message here... | for/id |
A+Link & Button Quality6 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/f2construction… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/f2construction/
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 Types7 form control(s) checked, no type mismatchesPASS
A+Form Input Quality7 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns9 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 18 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 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.