Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction3/3 eligible field(s) missing autocomplete or inputmodeFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
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
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
BIframe Accessibility2/3 iframe(s) missing title; 0 placeholder(s)REVIEW
BMobile-Readable Font Sizes97% of visible text renders at >= 12 CSS px (2 below threshold)REVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 POPNIGHT | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn Calculators | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn Yield Calcul… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Oil & Butter Ratio C… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn Batch Calcul… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn Seasoning Mi… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Air Popper vs Oil Po… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn Calorie Esti… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Popcorn & Snacks Mus… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 From the Journal | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 How Much Popcorn Doe… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Air Popper vs Stovet… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 The Best Oil for Pop… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 How Much Popcorn Do … | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Kettle Corn at Home:… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 A Brief History of P… | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| h2 Keep Learning | 19.59:1 | 3.0:1 | #000000 | #F6F7F9 | Pass |
| title PopNight – Movie-n… | 3.67:1 | 4.5:1 | #000000 | #7B3AED | Fail |
| span PopDel.com | 3.67:1 | 4.5:1 | #000000 | #7B3AED | Fail |
| span is for sale! | 3.67:1 | 4.5:1 | #000000 | #7B3AED | 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.
A+Heading Hierarchy17 headingsPASS
- H1 POPNIGHT
- H2 Popcorn Calculators
- H2 Popcorn Yield Calculator
- H2 Oil & Butter Ratio Calculator
- H2 Popcorn Batch Calculator for Guests
- H2 Popcorn Seasoning Mix Calculator
- H2 Air Popper vs Oil Popper Calculator
- H2 Popcorn Calorie Estimator
- H2 Popcorn & Snacks Museum
- H2 From the Journal
- H2 How Much Popcorn Does 1/4 Cup of Kernels Really Make?
- H2 Air Popper vs Stovetop Oil: Which Popcorn Method Wins?
- H2 The Best Oil for Popping Popcorn (and How Much to Use)
- H2 How Much Popcorn Do You Need for a Movie Night? A Guest-Count Guide
- H2 Kettle Corn at Home: The Sugar-to-Kernel Ratio That Works
- H2 A Brief History of Popcorn at the Movies
- H2 Keep Learning
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | Search plants and garden species | aria-label |
| input | (you@email.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email">
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
ALink & Button Quality33 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.graburl.com/domains/PopDel.c… | PopDel.com for sale | new tab | Add '(opens in new tab)' to text |
| https://www.wikipedia.org | Wikipedia | new tab | Add '(opens in new tab)' to text |
| https://commons.wikimedia.org | Wikimedia Commons | new tab | Add '(opens in new tab)' to text |
| https://www.graburl.com/domains/PopDel.c… | PopDel.com for saleFor Sale$67… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.graburl.com/domains/PopDel.com; https://www.wikipedia.org; https://commons.wikimedia.org; https://www.graburl.com/domains/PopDel.com
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"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
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
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 21 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 |
|---|
POPDEL.COM body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > a.SiteHeader-module__JMfsBq__brand > span.SiteHeader-module__JMfsBq__brandDomain |
PopNight body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > a.SiteHeader-module__JMfsBq__brand > span.SiteHeader-module__JMfsBq__brandName |
The Museum body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > nav.SiteHeader-module__JMfsBq__nav > a.SiteHeader-module__JMfsBq__link |
Learn body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > nav.SiteHeader-module__JMfsBq__nav > a.SiteHeader-module__JMfsBq__link |
Tools body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > nav.SiteHeader-module__JMfsBq__nav > a.SiteHeader-module__JMfsBq__link |
Blog body.graburl-has-banner > header.SiteHeader-module__JMfsBq__header > nav.SiteHeader-module__JMfsBq__nav > a.SiteHeader-module__JMfsBq__link |
Explore the tools main.app-container > section > div > a |
Tour the museum → body.graburl-has-banner > main.app-container > section > a |
Browse all guides → main.app-container > section > p > a |
Keep Learning body.graburl-has-banner > main.app-container > section > h2 |
Visit the Learn hub → body.graburl-has-banner > main.app-container > section > a |
Subscribe div > form > div > button |
These are opportunities to improve the legibility of your content.