Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CMobile Keyboard & AutofillAction1/3 eligible field(s) missing autocomplete or inputmodeREVIEW
CMobile-Readable Font SizesAction73% of visible text renders at >= 12 CSS px (11 below threshold)REVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
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 ماسح أمان ا… | 1.10:1 | 3.0:1 | #000000 | #0B0F1C | Fail |
| h2 افحص أمان أ… | 1.10:1 | 3.0:1 | #000000 | #0B0F1C | Fail |
| h3 دخول | 1.10:1 | 3.0:1 | #000000 | #0B0F1C | Fail |
| title Orixa | AI Crypto Se… | 1.09:1 | 4.5:1 | #000000 | #0A0E1C | Fail |
| a انتقل إلى ا… | 1.10:1 | 4.5:1 | #000000 | #0B0F1E | Fail |
| b Orixa | 1.10:1 | 3.0:1 | #000000 | #0A0F1D | Fail |
| small فحص وتحليل … | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| div مساحة العم… | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span فحص | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span اللوحة | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span المراقبة | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span السجل | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span التنبيهات | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span استكشاف | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| div المزايا ال… | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span أدوات Pro | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span PRO | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span الخطط | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| span الأمان | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | Fail |
| div تعرّف علين… | 1.10:1 | 4.5:1 | #000000 | #0B0F1C | 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 Structure5 landmarksPASS
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
A+Heading Hierarchy3 headingsPASS
- H1 ماسح أمان العملات والعقود الذكية من Orixa
- H2 افحص أمان أي توكن
- H3 دخول
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityAll 5 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #scChain | select | شبكة البلوكشين | aria-label |
| #scAddr | input | عنوان العقد أو التوكن | aria-label |
| #authEmail | Email address | for/id | |
| #authPass | password | Password | for/id |
| #twofaCode | input | Two-factor authentication code | for/id |
ALink & Button Quality5 links, 26 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /pricing | الأسعار | new tab | Add '(opens in new tab)' to text |
| /terms | شروط الخدمة | new tab | Add '(opens in new tab)' to text |
| /privacy | سياسة الخصوصية | new tab | Add '(opens in new tab)' to text |
| /refunds | سياسة الاسترداد | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/pricing; /terms; /privacy; /refunds
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 Types5 form control(s) checked, no type mismatchesPASS
A+Form Input Quality5 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "ar"PASS
A+Tabindex Anti-Patterns2 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+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 26 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.