Accessibility
· 13 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
FForm AccessibilityAction12 of 17 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #peerUsername | text | Peer2Pay UID | for/id |
| #firstName | text | ชื่อจริง | for/id |
| #lastName | text | นามสกุล | for/id |
| #bankSelect | select | เลือกธนาคาร | for/id |
| #bankAccount | text | เลขบัญชี | for/id |
| #forgotPhone | text | (เบอร์โทรศัพท์) | placeholder only |
| #username | text | (ชื่อผู้ใช้) | placeholder only |
| #password | password | (รหัสผ่าน) | placeholder only |
| #tel | text | (เบอร์โทรศัพท์) | placeholder only |
| #registerPassword | password | (รหัสผ่าน) | placeholder only |
| #captchaCode | text | (กรอกโค้ด) | placeholder only |
| input | text | (none) | none |
| input | text | (none) | none |
| input | text | (none) | none |
| input | text | (none) | none |
| input | text | (none) | none |
| input | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text">; <input type="text">; <input type="text">; <input type="text">; <input type="text">; <input type="text">
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="password">; <input type="text" id="tel">; <input type="password" id="registerPassword">; <input type="text" id="captchaCode">; <input type="text" name="forgotPhone" id="forgotPhone">
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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy7 headingsREVIEW
- H5 ⚠️ กรุณาเปิดด้วย Google Chrome
- H3 สมัครสมาชิก
- H4 ลืมรหัสผ่าน
- H4 ยืนยันรหัส OTP
- H5 อัปเดตบัญชี
- H5 เลือกเกม
- H3 ช่องทางติดต่อเรา
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
CAlt Text QualityAction16 of 77 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 16 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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 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 |
|---|---|---|---|---|---|
| h3 สมัครส… | 5.02:1 | 3.0:1 | #000000 | #797D79 | Pass |
| h3 ช่องทา… | 5.02:1 | 3.0:1 | #000000 | #797D79 | Pass |
| title สล็อตเ… | 1.05:1 | 4.5:1 | #000000 | #080808 | Fail |
| div AMBKING1234 | 1.05:1 | 4.5:1 | #000000 | #080808 | Fail |
| div ติดตั้… | 2.46:1 | 4.5:1 | #000000 | #425041 | Fail |
| div ติดตั้… | 4.12:1 | 4.5:1 | #000000 | #62735B | Fail |
| button ✕ | 3.30:1 | 4.5:1 | #000000 | #476654 | Fail |
| span กีฬา | 2.07:1 | 4.5:1 | #000000 | #334634 | Fail |
| span สล็อต | 3.80:1 | 4.5:1 | #000000 | #5B6D60 | Fail |
| span คาสิโน | 1.70:1 | 4.5:1 | #000000 | #403227 | Fail |
| span หวย | 1.93:1 | 4.5:1 | #000000 | #3A3E3B | Fail |
| span ไพ่ | 2.01:1 | 4.5:1 | #000000 | #384144 | Fail |
| span โป๊กเก… | 2.27:1 | 4.5:1 | #000000 | #44484B | Fail |
| span ยิงปลา | 3.70:1 | 4.5:1 | #000000 | #5F6965 | Fail |
| span ไก่ชน | 5.24:1 | 4.5:1 | #000000 | #75827B | Pass |
| span คีโน่ | 5.36:1 | 4.5:1 | #000000 | #76847C | Pass |
| span เทรด | 4.60:1 | 4.5:1 | #000000 | #627C67 | Pass |
| span อีสปอร… | 4.61:1 | 4.5:1 | #000000 | #607D64 | Pass |
| span กีฬา | 4.61:1 | 4.5:1 | #000000 | #607D64 | Pass |
| span สล็อต | 4.61:1 | 4.5:1 | #000000 | #607D64 | Pass |
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.
ALink & Button Quality47 links, 24 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://t.me/+ohdEFomPjO05NGVl | ambking1234 | new tab | Add '(opens in new tab)' to text |
| https://lin.ee/9uWt2TLM | noname … | new tab | Add '(opens in new tab)' to text |
| https://t.me/+ohdEFomPjO05NGVl | Ambking 1234 | new tab | Add '(opens in new tab)' to text |
| https://citly.me/X5SZP | Mr.king | new tab | Add '(opens in new tab)' to text |
| https://lin.ee/9uWt2TLM | noname @480w… | new tab | Add '(opens in new tab)' to text |
| https://t.me/+ohdEFomPjO05NGVl | Ambking 1234 | new tab | Add '(opens in new tab)' to text |
| https://citly.me/X5SZP | Mr.king | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://t.me/+ohdEFomPjO05NGVl; https://lin.ee/9uWt2TLM; https://t.me/+ohdEFomPjO05NGVl; https://citly.me/X5SZP; https://lin.ee/9uWt2TLM; https://t.me/+ohdEFomPjO05NGVl; https://citly.me/X5SZP
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
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 25 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
สมัครสมาชิก
ต่อไป
มีบัญชีอยู่แล้ว? เข้าสู่ระบบ
โปรโมชั่น
ติดต่อเรา body.modal-open > div#signupModal |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size div.swiper-container > div#swiper-wrapper-72995121e6e53a79 > div.swiper-slide > img.logo-swiper-size |
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.