Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
BLandmark Structure12 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
BLink & Button Quality2 issue(s) across 55 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /trello/ | More | generic text | Replace with descriptive text |
Before: More Suggested: Trello | |||
| https://www.roblox.com/games/95409544559… | Play on Roblox | new tab | Add '(opens in new tab)' to text |
| /trello/ | More | generic text | Replace with descriptive text |
Before: More Suggested: Trello | |||
| https://www.roblox.com/games/95409544559… | Official Roblox game | new tab | Add '(opens in new tab)' to text |
| https://www.roblox.com/communities/68311… | Battle Action Roblox group | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/trello/ ("More"); /trello/ ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.roblox.com/games/95409544559668/Military-Army-Tycoon; https://www.roblox.com/games/95409544559668/Military-Army-Tycoon; https://www.roblox.com/communities/683115741/Battle-Action
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
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 Military Army Tycoon… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Field Hub: the check… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Task Entry | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Core systems | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Latest status | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Sources and verifica… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Discovery | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Frequently asked que… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Checked detail 1 | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Checked detail 2 | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Checked detail 3 | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Checked detail 4 | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Apply the evidence i… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 If your screen looks… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 What does the Field … | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Where this answer co… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h2 Military Army Tycoon… | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h3 Base economy | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h3 Squad command | 1.16:1 | 3.0:1 | #000000 | #07181F | Fail |
| h3 Strategic capture | 1.16:1 | 3.0:1 | #000000 | #07181F | 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 Hierarchy25 headingsPASS
- H1 Military Army Tycoon Wiki
- H2 Field Hub: the checked answer
- H2 Task Entry
- H2 Core systems
- H3 Base economy
- H3 Squad command
- H3 Strategic capture
- H2 Latest status
- H2 Sources and verification
- H2 Discovery
- H2 Frequently asked questions
- H3 Which Roblox game does this site cover?
- H3 Is this an official website?
- H2 Checked detail 1
- H2 Checked detail 2
- H2 Checked detail 3
- H2 Checked detail 4
- H2 Apply the evidence in the live game
- H2 If your screen looks different
- H2 What does the Field Hub evidence confirm?
- H2 Where this answer comes from
- H2 Military Army Tycoon Wiki
- H3 Core pages
- H3 Sources
- H3 Site info
A+Heading Text QualityAll 25 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityNo form controlsPASS
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-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 112 visible text node(s) render at >= 12 CSS pixelsPASS
A+Web ManifestPWA-readyPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 22 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 |
|---|
military-armytycoon.wiki is an unofficial fan-made Roblox resource. body.inter_5901b7c6-module__ec5Qua__variable > footer.border-t > div.mx-auto > div.mt-8 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Continue to /codes section > nav > p > a |
Continue to /tier-list section > nav > p > a |
Continue to /guides section > nav > p > a |
Continue to /wiki section > nav > p > a |
Continue to /trello section > nav > p > a |
Continue to /updates section > nav > p > a |
Continue to /sources section > nav > p > a |
These are opportunities to improve the legibility of your content.