Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction55% of visible text renders at >= 12 CSS px (84 below threshold)FIX
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 KARINDERYA | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 What is current righ… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Pick the problem you… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Upgrade the queue, n… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Close one table from… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Use the smallest use… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Know which link is o… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Before the next shif… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Run the shift | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Field manual | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h2 Site desk | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Check current codes | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Track the latest upd… | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Measure the shift | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Clear the first loop | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Seat | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Assign | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Cook | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Serve | 1.16:1 | 3.0:1 | #000000 | #06181E | Fail |
| h3 Collect | 1.16:1 | 3.0:1 | #000000 | #06181E | 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.
ALandmark Structure12 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy23 headingsPASS
- H1 KARINDERYAROBLOX WIKI:CODES, WORKERS, UPDATES & GUIDES
- H2 What is current right now
- H2 Pick the problem you can see
- H3 Check current codes
- H3 Track the latest update
- H3 Measure the shift
- H3 Clear the first loop
- H2 Upgrade the queue, not the room
- H2 Close one table from start to finish
- H3 Seat
- H3 Assign
- H3 Cook
- H3 Serve
- H3 Collect
- H2 Use the smallest useful answer
- H3 2 official + 1 reported
- H3 Fix the task in front of you
- H3 Know what each system does
- H2 Know which link is official
- H2 Before the next shift
- H2 Run the shift
- H2 Field manual
- H2 Site desk
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality63 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | Karinderya Field Guide home | img no alt | Add alt attribute to the image |
| https://www.roblox.com/games/11649728737… | Play on Roblox | new tab | Add '(opens in new tab)' to text |
| https://www.roblox.com/games/11649728737… | Open the game | new tab | Add '(opens in new tab)' to text |
| https://www.roblox.com/games/11649728737… | Official Roblox page | new tab | Add '(opens in new tab)' to text |
| https://www.roblox.com/games/11649728737… | Play on Roblox | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.roblox.com/games/116497287371701/Karinderya; https://www.roblox.com/games/116497287371701/Karinderya; https://www.roblox.com/games/116497287371701/Karinderya; https://www.roblox.com/games/116497287371701/Karinderya
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 TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Web ManifestPWA-readyPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 96/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 |
|---|
2 official + 1 reported section.field-metrics > div.site-container > article.metric-cell > small |
Tools, guides, wiki section.field-metrics > div.site-container > article.metric-cell > small |
Seats + stoves section.field-metrics > div.site-container > article.metric-cell > small |
2026 current status section.field-metrics > div.site-container > article.metric-cell > small |
01 div.site-container > div.signal-board > div.signal-card > b |
02 div.site-container > div.signal-board > div.signal-card > b |
karinderya.org · Independent fan resource body.inter_5901b7c6-module__ec5Qua__variable > footer.site-footer > div.site-container > span |
Privacy footer.site-footer > div.site-container > span > a |
Terms footer.site-footer > div.site-container > span > a |
Disclosure footer.site-footer > div.site-container > span > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
KARINDERYA
FIELD GUIDE body.inter_5901b7c6-module__ec5Qua__variable > header.site-header > div.site-nav-shell > a.site-brand |