Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 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
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
FForm AccessibilityAction10 of 10 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| name | text | (username) | placeholder only |
| #ca-email | text | (email address) | placeholder only |
| password | password | (password) | placeholder only |
| name | text | (username) | placeholder only |
| #ca-email | text | (email address) | placeholder only |
| password | password | (password) | placeholder only |
| #fb-reg | image | (none) | none |
| someData | checkbox | (none) | none |
| someData | checkbox | (none) | none |
| #fb-reg | image | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" name="someData">; <input type="image" id="fb-reg">; <input type="checkbox" name="someData">; <input type="image" id="fb-reg">
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="name">; <input type="text" name="email" id="ca-email">; <input type="password" name="password">; <input type="text" name="name">; <input type="text" name="email" id="ca-email">; <input type="password" name="password">
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
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
BAlt Text Quality5 of 8 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| filename | 4 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| h1 Create account | 3.45:1 | 3.0:1 | #000000 | #66634C | Pass |
| h1 Create account | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 You control your pri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Wikidot - Free and P… | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| span Toggle navigation | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| div your place on the we… | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Create account | 1.40:1 | 4.5:1 | #000000 | #002A3F | Fail |
| a Sign in | 1.43:1 | 4.5:1 | #000000 | #002C3F | Fail |
| a Features | 1.48:1 | 4.5:1 | #000000 | #002F40 | Fail |
| a Opinions | 1.53:1 | 4.5:1 | #000000 | #003240 | Fail |
| a Pricing | 1.57:1 | 4.5:1 | #000000 | #003440 | Fail |
| a Advertising | 1.64:1 | 4.5:1 | #000000 | #003841 | Fail |
| span Please leave this ch… | 2.43:1 | 4.5:1 | #000000 | #514C34 | Fail |
| button Sign up | 1.35:1 | 4.5:1 | #000000 | #1D2621 | Fail |
| div By creating an accou… | 2.15:1 | 4.5:1 | #000000 | #2F4941 | Fail |
| a Terms of Service | 2.49:1 | 4.5:1 | #000000 | #465043 | Fail |
| div and | 2.45:1 | 4.5:1 | #000000 | #494E42 | Fail |
| a Privacy Policy | 1.27:1 | 4.5:1 | #000000 | #0F221F | Fail |
| p Wikidot does not mod… | 2.32:1 | 4.5:1 | #000000 | #4D4935 | Fail |
| span What is Wikidot? | 3.11:1 | 4.5:1 | #F24747 | #3C3B2D | 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 76/100 — 5 failing, 16 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 |
|---|
Sign in nav.navbar > div.navbar-header > div.loginStatus > a.login-status-sign-in |
Sign up div.path > div.ca-form > form#createaccount-forme0dd531b2700b947778f0466863cb9b3 > button.button |
Sign up div.path > div.ca-form > form#createaccount-form30540a8a19c0923d4ad336fcb548b57b > button.button |
These are opportunities to improve the legibility of your content.
Names and labels
When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.login-paths > div.path > div.fb-connect-start > input#fb-reg div.login-paths > div.path > div.fb-connect-start > input#fb-reg |
div.login-paths > div.path > div.fb-connect-start > input#fb-reg div.login-paths > div.path > div.fb-connect-start > input#fb-reg |
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#createaccount-forme0dd531b2700b947778f0466863cb9b3 > div.form-group > div.input-group > input form#createaccount-forme0dd531b2700b947778f0466863cb9b3 > div.form-group > div.input-group > input |
form#createaccount-form30540a8a19c0923d4ad336fcb548b57b > div.form-group > div.input-group > input form#createaccount-form30540a8a19c0923d4ad336fcb548b57b > div.form-group > div.input-group > input |
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 |
|---|
nav.navbar > div.navbar-header > div.site-name > a.navbar-brand nav.navbar > div.navbar-header > div.site-name > a.navbar-brand |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy6 headingsPASS
- H1 Create account
- H1 or duplicate H1
- H1 What is Wikidot? duplicate H1
- H1 Create account duplicate H1
- H1 or duplicate H1
- H2 You control your privacy
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
ALink & Button Quality1 issue(s) across 31 links and 5 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://nitropay.com | NitroPay | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/
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.
https://nitropay.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