Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
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
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
DAlt Text QualityAction3 of 10 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DForm AccessibilityAction5 of 8 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| #ps-opt-analytics | checkbox | none | |
| #ps-opt-embeds | checkbox | none | |
| #username | text | (Username) | placeholder only |
| #new-password-text-field | password | (Password) | placeholder only |
| #confirm-password-text-field | password | (Confirm password) | placeholder only |
| #g-recaptcha-response | textarea | (none) | none |
| register | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit" name="register">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="username" id="username">; <input type="password" name="password" id="new-password-text-field">; <input type="password" name="confirm_password" id="confirm-password-text-field">
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
FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
DIframe AccessibilityAction15/16 iframe(s) missing title; 0 placeholder(s)FIX
DTap Target AdequacyAction29 tap target(s) too small or too close togetherFIX
DMobile-Readable Font SizesAction56% of visible text renders at >= 12 CSS px (74 below threshold)FIX
F404 Error PageActionHTTP 404, bare pageFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy17 headingsREVIEW
- H2 Are you 18 or older? Cookies & privacy
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H2 Sign in or register to see ratings.
- H3 Create an account, it's FREE!
- H2 By registering you approve our Terms of Service and Privacy Policy
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
CLink & Button QualityAction15 issue(s) across 176 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /privacy_policy_register.php | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /tos_register.php | Terms | new tab | Add '(opens in new tab)' to text |
| index.php | (empty) | empty | Add link text or aria-label |
| login.php | Log in or create account | img no alt | Add alt attribute to the image |
| explorecollection.php?coll=&user=LateNig… | (empty) | empty | Add link text or aria-label |
| https://hdsex2.com/video/807179472 | https://hdsex2.com/video/80717… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=J3rkyBo… | (empty) | empty | Add link text or aria-label |
| https://www.pornhub.com/view_video.php?v… | https://www.pornhub.com/view_v… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=SinBin | (empty) | empty | Add link text or aria-label |
| https://www.pornhub.com/view_video.php?v… | https://www.pornhub.com/view_v… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=ThrillM… | (empty) | empty | Add link text or aria-label |
| https://www.xvideos.com/video.ucemmfo20d… | https://www.xvideos.com/video.… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=Cumulus… | (empty) | empty | Add link text or aria-label |
| https://www.pornhub.com/view_video.php?v… | https://www.pornhub.com/view_v… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=FapTrap… | (empty) | empty | Add link text or aria-label |
| https://www.3movs.com/videos/319507/ashl… | https://www.3movs.com/videos/3… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=PeachCo… | (empty) | empty | Add link text or aria-label |
| https://www.redtube.com/191061071 | https://www.redtube.com/191061… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=Lustaho… | (empty) | empty | Add link text or aria-label |
| https://www.3movs.com/videos/30663/new-b… | https://www.3movs.com/videos/3… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=BabeWat… | (empty) | empty | Add link text or aria-label |
| https://www.3movs.com/videos/406702/bust… | https://www.3movs.com/videos/4… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=HornHub | (empty) | empty | Add link text or aria-label |
| https://www.youjizz.com/videos/squirt-an… | https://www.youjizz.com/videos… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=StickyF… | (empty) | empty | Add link text or aria-label |
| https://www.youporn.com/watch/17111221/ | https://www.youporn.com/watch/… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=Moanste… | (empty) | empty | Add link text or aria-label |
| https://www.redtube.com/191061161 | https://www.redtube.com/191061… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=J3rkyBo… | (empty) | empty | Add link text or aria-label |
| https://www.xvideos.com/video.kboucmbfc1… | https://www.xvideos.com/video.… | new tab | Add '(opens in new tab)' to text |
| explorecollection.php?coll=&user=SinBin | (empty) | empty | Add link text or aria-label |
| https://www.3movs.com/videos/441109/lice… | https://www.3movs.com/videos/4… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
index.php; explorecollection.php?coll=&user=LateNightLarry; explorecollection.php?coll=&user=J3rkyBoi; explorecollection.php?coll=&user=SinBin; explorecollection.php?coll=&user=ThrillM4ster; explorecollection.php?coll=&user=CumulusClouds; explorecollection.php?coll=&user=FapTrap_3000; explorecollection.php?coll=&user=PeachCollector; explorecollection.php?coll=&user=Lustaholic; explorecollection.php?coll=&user=BabeWatcher (+5 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/privacy_policy_register.php; /tos_register.php; https://hdsex2.com/video/807179472; https://www.pornhub.com/view_video.php?viewkey=68952bb69807a; https://www.pornhub.com/view_video.php?viewkey=696888c9bac55; https://www.xvideos.com/video.ucemmfo20dc/ebony_marrijanee_gets_fucked_proper…; https://www.pornhub.com/view_video.php?viewkey=68262b5c460f9; https://www.3movs.com/videos/319507/ashlyn-peaks-shows-off-her-big-natural-ti…; https://www.redtube.com/191061071; https://www.3movs.com/videos/30663/new-babe-lana-rhoades-does-a-pov-deepthroa… (+6 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
BFavicon & Branding7 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 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 Are you 18 or older?… | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 Sign in or register … | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 By registering you a… | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h2 and | 1.39:1 | 3.0:1 | #000000 | #262626 | Fail |
| h3 Create an account, i… | 6.43:1 | 3.0:1 | #EB8AC0 | #262626 | Pass |
| title PornSavr | Save & Or… | 1.39:1 | 4.5:1 | #000000 | #262626 | Fail |
| p PornSavr contains ad… | 1.28:1 | 4.5:1 | #000000 | #251D21 | 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.
CLighthouse Accessibility AuditsActionScore 72/100 — 7 failing, 20 passedREVIEW
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 |
|---|
I’m over 18 – Allow all cookies div#ps-consent-overlay > div#ps-consent-box > div#ps-consent-actions > button#ps-over18-all |
Threesome body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 43 minutes ago body > div.grid > div.grid-item > time |
Step Fantasy body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 3 hours ago body > div.grid > div.grid-item > time |
Lesbian body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 6 hours ago body > div.grid > div.grid-item > time |
Ebony body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 8 hours ago body > div.grid > div.grid-item > time |
Creampie body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 9 hours ago body > div.grid > div.grid-item > time |
Big Tits body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 10 hours ago body > div.grid > div.grid-item > time |
Big Ass body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 11 hours ago body > div.grid > div.grid-item > time |
Blowjob body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 13 hours ago body > div.grid > div.grid-item > time |
Massage body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 14 hours ago body > div.grid > div.grid-item > time |
Squirt body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 17 hours ago body > div.grid > div.grid-item > time |
Cosplay body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 20 hours ago body > div.grid > div.grid-item > time |
Latina body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 1 day ago body > div.grid > div.grid-item > time |
Step Fantasy body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 1 day ago body > div.grid > div.grid-item > time |
Lesbian body > div.grid > div.grid-item > a.cat |
SIGN IN OR REGISTER TO SEE RATINGS. div.grid > div.grid-item > div.center > h2 |
Posted 1 day ago body > div.grid > div.grid-item > time |
Create an account, it's FREE! div.grid > div.grid-item > div.center > h3 |
div.center > form#frmRegister > div.form-group > input#username div.center > form#frmRegister > div.form-group > input#username |
div.center > form#frmRegister > div.form-group > input#new-password-text-field div.center > form#frmRegister > div.form-group > input#new-password-text-field |
div.center > form#frmRegister > div.form-group > input#confirm-password-text-field div.center > form#frmRegister > div.form-group > input#confirm-password-text-field |
BY REGISTERING YOU APPROVE OUR
TERMS OF SERVICE AND PRIVACY POLICY div.center > form#frmRegister > div.form-group > h2 |
TERMS OF SERVICE form#frmRegister > div.form-group > h2 > a |
PRIVACY POLICY form#frmRegister > div.form-group > h2 > a |
Back body > nav.pager > div.pager__links > a.pager__btn |
10 body > nav.pager > div.pager__links > a.pager__num |
Next body > nav.pager > div.pager__links > a.pager__btn |
Infinite Scroll Porn body > div.center > a.h1 |
Amateur body > div.center > nav.browse-hub > a |
Anal body > div.center > nav.browse-hub > a |
Art body > div.center > nav.browse-hub > a |
Asian body > div.center > nav.browse-hub > a |
Babe body > div.center > nav.browse-hub > a |
Big Ass body > div.center > nav.browse-hub > a |
Big Tits body > div.center > nav.browse-hub > a |
Blowjob body > div.center > nav.browse-hub > a |
British body > div.center > nav.browse-hub > a |
Brunette body > div.center > nav.browse-hub > a |
Compilation body > div.center > nav.browse-hub > a |
Cosplay body > div.center > nav.browse-hub > a |
Creampie body > div.center > nav.browse-hub > a |
Cumshot body > div.center > nav.browse-hub > a |
Ebony body > div.center > nav.browse-hub > a |
Fetish body > div.center > nav.browse-hub > a |
Gangbang body > div.center > nav.browse-hub > a |
Gay body > div.center > nav.browse-hub > a |
Interracial body > div.center > nav.browse-hub > a |
Latina body > div.center > nav.browse-hub > a |
Lesbian body > div.center > nav.browse-hub > a |
Massage body > div.center > nav.browse-hub > a |
Mature body > div.center > nav.browse-hub > a |
MILF body > div.center > nav.browse-hub > a |
Red Head body > div.center > nav.browse-hub > a |
Romantic body > div.center > nav.browse-hub > a |
Rough Sex body > div.center > nav.browse-hub > a |
Squirt body > div.center > nav.browse-hub > a |
Step Fantasy body > div.center > nav.browse-hub > a |
Tattooed body > div.center > nav.browse-hub > a |
Teen(18+) body > div.center > nav.browse-hub > a |
Threesome body > div.center > nav.browse-hub > a |
Webcam body > div.center > nav.browse-hub > a |
See our FAQ to know more body > div.center > a.h1 |
Video sites & Partners body > div.center > a.h2 |
Terms & Conditions body > div.center > a.h2 |
Privacy Policy body > div.center > a.h2 |
Cookie settings body > div.center > a#ps-cookie-settings |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.topbar > a > img body > div.topbar > a > img |
body > div.topbar > a > img body > div.topbar > a > img |
body > div.etopcontainer > img body > div.etopcontainer > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
div.grid > div.grid-item > div.embed > iframe.ps-embed div.grid > div.grid-item > div.embed > iframe.ps-embed |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.topbar > a body > div.topbar > a |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
body > div.grid > div.grid-item > a.coll body > div.grid > div.grid-item > a.coll |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 2 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 3 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 3 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 3 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 3 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 3 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 2 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 2 times div.grid > div.grid-item > div.commrow > a.addrows |
0 comments div.grid > div.grid-item > div.commrow > a.comments |
Added 1 times div.grid > div.grid-item > div.commrow > a.addrows |
Terms & Conditions body > div.center > a.h2 |
These items highlight common accessibility best practices.