Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CMobile Keyboard & AutofillAction1/2 eligible field(s) missing autocomplete or inputmodeREVIEW
CMobile-Readable Font SizesAction87% of visible text renders at >= 12 CSS px (2 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 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 |
|---|---|---|---|---|---|
| h2 Copies & Prints | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Graphic Design | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Personal Printing | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Business & Restauran… | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Event Printing | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Educational Printing | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Large Format & Signs | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Scanning & Faxing | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| h2 Merchandise | 2.86:1 | 3.0:1 | #000000 | #2F578C | Fail |
| title Print Xpress GP | Ge… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to Content | 14.46:1 | 4.5:1 | #000000 | #CED7E4 | Pass |
| span Open Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Close Menu | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Request an Estimate | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Place an Order | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Get in Touch | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Open Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Close Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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 Structure8 landmarksPASS
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
AHeading Hierarchy12 headings, 1 skip(s)PASS
- H1 Print with Precision. Deliver with Pride.
- H2 What we do
- H4 We offer printing and graphic design solutions for your personal and business needs. skipped
- H2 Copies & Prints
- H2 Graphic Design
- H2 Personal Printing
- H2 Business & Restaurant Printing
- H2 Event Printing
- H2 Educational Printing
- H2 Large Format & Signs
- H2 Scanning & Faxing
- H2 Merchandise
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
A+Heading Text QualityAll 12 heading(s) have substantive, well-formed textPASS
AAlt Text QualityAll 14 images OKPASS
| Issue | Count |
|---|---|
| too long | 4 image(s) |
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #email-yui_3_17_2_1_1559597368474_10440-field | Email Address | for/id | |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<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
ALink & Button Quality30 links, 3 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/printxpressgp | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/printxpressgp/ | new tab | Add '(opens in new tab)' to text | |
| tel:3138866850 | (313) 886-6850 | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/printxpressgp; https://www.instagram.com/printxpressgp/; tel:3138866850
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+Tabindex Anti-Patterns2 explicit tabindex attribute(s) checked, no anti-patternsPASS
AIframe Accessibility1/2 iframe(s) missing title; 0 placeholder(s)PASS
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+Lighthouse Accessibility AuditsScore 95/100 — 2 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 |
|---|
Make it div#block-801d69f02cdb77f19899 > div#yui_3_17_2_1_1778421179024_98 > div.sqs-block-button-container > a.sqs-block-button-element--medium |
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 |
|---|
We offer printing and graphic design solutions for your personal and business n… div.sqs-block-content > div.sqs-text-block-container > div.sqs-html-content > h4.preFade |
These are opportunities to improve keyboard navigation in your application.