Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
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
CHeading HierarchyAction5 headings, 1 skip(s)REVIEW
- H2 “If you are a dreamer, come in. If you are a dreamer, a wisher, a flier, a hope-er, a pray-er...come sit by my fire, for we have some flax golden tales to spin…”
- H5 (empty)
- H5 “Whether it’s a poetic seed, an impulse to connect, a DNA, or finding the soul of an idea or project, we look to express an inner life manifesting an outward form.”
- H3 Barrett Studio Architects
- H3 Connect with Us
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BTabindex Anti-Patterns0 positive, 4 -1-on-focusableREVIEW
BMobile-Readable Font Sizes93% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
6 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 |
|---|---|---|---|---|---|
| h2 “If you are a drea… | 1.08:1 | 3.0:1 | #000000 | #090C18 | Fail |
| h3 Barrett Studio Archi… | 1.76:1 | 3.0:1 | #000000 | #552C17 | Fail |
| h3 Connect with Us | 8.46:1 | 3.0:1 | #000000 | #C79C78 | Pass |
| title Barrett Studio Archi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Studio | 9.48:1 | 4.5:1 | #000000 | #9FB1BB | Pass |
| span Work | 6.49:1 | 4.5:1 | #000000 | #6A94B2 | Pass |
| span Living Architecture | 14.25:1 | 4.5:1 | #000000 | #C8D7E0 | Pass |
| span Journal | 10.23:1 | 4.5:1 | #000000 | #A2B8C8 | Pass |
| span Contact | 4.51:1 | 4.5:1 | #000000 | #587799 | Pass |
| strong Menu | 1.41:1 | 3.0:1 | #000000 | #0E274C | Fail |
| span Menu | 1.95:1 | 4.5:1 | #000000 | #4A3941 | Fail |
| a Previous | 2.25:1 | 4.5:1 | #000000 | #603E39 | Fail |
| a Next | 1.16:1 | 4.5:1 | #000000 | #1E1219 | Fail |
| p – Shel Silverstein | 1.18:1 | 4.5:1 | #000000 | #191620 | Fail |
| p Modern Boulder archi… | 1.05:1 | 4.5:1 | #000000 | #030916 | Fail |
| a Living Architecture | 2.03:1 | 4.5:1 | #000000 | #523B2F | Fail |
| p exceeds the aestheti… | 4.10:1 | 4.5:1 | #000000 | #A75927 | Fail |
| p – DAVID BARRETT, … | 3.21:1 | 4.5:1 | #000000 | #934916 | Fail |
| p WORK | 1.56:1 | 4.5:1 | #000000 | #442810 | Fail |
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.
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 18 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #mce-EMAIL | Email Address * | for/id | |
| #mc-embedded-subscribe | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="subscribe" id="mc-embedded-subscribe">
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 Quality29 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://barrettstudio.com/ | BarrettStudioLogo | img no alt | Add alt attribute to the image |
| https://barrettstudio.com/work/ | Barrett Studio Architects | img no alt | Add alt attribute to the image |
| https://barrettstudio.com/studio/ | StudioHome2022 | img no alt | Add alt attribute to the image |
| https://www.facebook.com/barrettstudioar… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/barrettstudioa… | new tab | Add '(opens in new tab)' to text | |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
| http://www.houzz.com/pro/barrettstudio/b… | Houzz Design Award | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/barrettstudioarchitects/; https://www.instagram.com/barrettstudioarchitects/; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects; http://www.houzz.com/pro/barrettstudio/barrett-studio-architects (+2 more)
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 Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 26 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 |
|---|
Living Architecture section.av_textblock_section > div.avia_textblock > p > a |
“Whether it’s a poetic seed, an impulse to connect, a DNA, or finding the soul … div.flex_column > section.av_textblock_section > div.avia_textblock > h5 |
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 |
|---|
div.flex_column > section.av_textblock_section > div.avia_textblock > h5 div.flex_column > section.av_textblock_section > div.avia_textblock > h5 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input |
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.