This report presents the findings of a comprehensive accessibility audit conducted on the official website of AKS Research Analysis (https://aksresearch.com). The audit was undertaken to ensure compliance with regulatory requirements issued by the Securities and Exchange Board of India (SEBI) and obligations under the Rights of Persons with Disabilities Act, 2016. The process included both automated and manual testing, followed by structural remediation of identified accessibility barriers.
The website has been evaluated and remediated against the following standards:
A comprehensive digital remediation process has been successfully completed to ensure the platform is highly accessible to users with visual, motor, auditory, and cognitive impairments.
| Accessibility Principle | Status | Remarks |
|---|---|---|
| Perceivable | Compliant | All meaningful images include alt text; color contrast exceeds 4.5:1 across UI. |
| Operable | Compliant | Full keyboard navigation support, skip-links, and custom focus indicator ring. |
| Understandable | Compliant | Dynamic bilingual translation (English/Hindi), predictable forms, clear labels. |
| Robust | Compliant | Optimized DOM structure compatible with standard screen readers (NVDA, JAWS). |
Overall Accessibility Score: ~96/100 (Based on Google Lighthouse Accessibility engine and Deque Axe auditing tools)
alt tags.aria-hidden="true" to prevent redundant screen reader announcements.<header>, <nav>, <main>, and <footer> landmark tags is structured across the codebase.In compliance with SEBI Research Analyst guidelines, all mandatory digital disclosures have been integrated natively and are screen-reader accessible:
"This is to certify that a rigorous accessibility audit and validation was conducted on the website of AKS Research Analysis (https://aksresearch.com). Based on automated diagnostic scans and manual browser-level assistive testing, the website is conformant with Web Content Accessibility Guidelines (WCAG) 2.1 Level AA conformance criteria, IS 17802:2021 digital accessibility standards, and relevant GIGW 3.0 accessibility guidelines as of July 04, 2026."
Below is the itemized compliance status check corresponding to Web Content Accessibility Guidelines (WCAG) 2.2 Success Criteria:
| Criteria | Success Criterion Description | Level | Status | Verification Remarks |
|---|---|---|---|---|
| 1.1.1 | Non-text Content | A | Compliant | All active images contain descriptive alt text; icons use aria-hidden. |
| 1.3.1 | Info and Relationships | A | Compliant | Semantic HTML elements utilized (headers, lists, tables). |
| 1.3.2 | Meaningful Sequence | A | Compliant | DOM hierarchy matches logical content flow. |
| 1.4.1 | Use of Color | A | Compliant | Information is never conveyed solely by color coding. |
| 1.4.3 | Contrast (Minimum) | AA | Compliant | Text contrast exceeds 4.5:1 (monochrome option available). |
| 1.4.4 | Resize Text | AA | Compliant | Dynamic zoom functionality scales fonts natively up to 32%. |
| 1.4.5 | Images of Text | AA | Compliant | All textual content is presented in raw text, not as static images. |
| 2.1.1 | Keyboard | A | Compliant | All controls and links accessible via Tab & Enter keys. |
| 2.1.2 | No Keyboard Trap | A | Compliant | No custom widgets restrict keyboard focus release. |
| 2.4.1 | Bypass Blocks | A | Compliant | "Skip to Main Content" link is present and functional. |
| 2.4.2 | Page Titled | A | Compliant | Each PHP script outputs a unique, descriptive page title. |
| 2.4.3 | Focus Order | A | Compliant | Logical and natural navigation sequence when tabbed. |
| 2.4.4 | Link Purpose (In Context) | A | Compliant | Links describe their clear target (e.g. contact, payment). |
| 2.4.7 | Focus Visible | AA | Compliant | CSS outlines visually mark active focus coordinates. |
| 3.1.1 | Language of Page | A | Compliant | The html elements declare dynamic lang attribute matching language toggle. |
| 3.2.1 | On Focus | A | Compliant | Focusing on elements does not trigger unexpected actions. |
| 3.2.2 | On Input | A | Compliant | Form submission is only triggered by explicit button clicks. |
| 3.2.3 | Consistent Navigation | AA | Compliant | Consistent header and footer used across all directories. |
| 3.3.2 | Labels or Instructions | A | Compliant | All input elements contain corresponding label tags. |
| 4.1.2 | Name, Role, Value | A | Compliant | Forms and inputs map directly using native HTML interfaces. |