Our commitment
CampusPlugin 360 is committed to making our platform accessible to every student, employer, and institution user in India — including users with disabilities. This commitment is grounded in the Rights of Persons with Disabilities Act 2016 (RPwD) and the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA.
Accessibility is not a one-time milestone. We track WCAG conformance continuously, run accessibility audits twice a year, and report findings in our public commit history.
What we cover
- Keyboard navigation— every interactive element on every page is reachable and operable with the keyboard alone. Focus indicators are visible.
- Screen readers— semantic HTML, ARIA roles only where necessary, alt text on meaningful images, proper heading hierarchy. Tested with NVDA, JAWS, and VoiceOver.
- Colour contrast— body text meets WCAG AA contrast (4.5:1 for normal text, 3:1 for large text). Brand colours selected with this constraint in mind.
- Text resize— layouts work at 200% browser zoom without horizontal scrolling.
- Reduced motion — respects the user’s
prefers-reduced-motion OS setting. Scroll-reveal animations disabled when reduced motion is requested. - Form labels— every form input has a visible label and an aria-describedby for error messages.
- Language— available in English, Hindi, and 6 other Indian languages via the Bhashini integration. Each page’s lang attribute is set correctly.
Known limitations
We’re honest about what we’re still working on:
- The legacy marketing pages (about, careers, partners, blog, etc.) underwent a brand refresh in 2026. The new theme is WCAG AA. Older deeply-nested admin dashboards are in a rolling audit.
- Video content (case studies, walkthroughs) has captions but does not yet have audio descriptions for all visual-only content.
- The mobile app’s offline mode currently uses some custom focus management that is being rewritten to use system-native gestures. Targeted Q3 2026.
- PDF exports (NAAC criterion 2 reports, AICTE evidence packs) are not fully tagged for screen readers. We provide HTML alternatives for accessibility review.
How to report an issue
If you encounter a barrier on CampusPlugin 360, please tell us. We treat accessibility bugs as P1 issues with a 7-working-day fix SLA.
Please include: the page URL, the device + browser + assistive technology you were using, and a description of what you expected vs what happened. Screenshots or a screen recording help us reproduce the issue faster.
Regulatory alignment
CampusPlugin 360’s accessibility programme is reviewed annually against:
- RPwD 2016— sections 40, 42, and 46 (accessible electronic services, information accessibility, and time-bound implementation).
- WCAG 2.1 Level AA— the international web-accessibility standard referenced in Indian guidance.
- Indian Government’s GIGW 3.0— Guidelines for Indian Government Websites, where applicable to government-facing surfaces.
Audit schedule
- Internal audit: twice yearly (Q2, Q4)
- External audit: annually (Q1)
- Continuous automated checks: every CI build via the
@cp/accessibility-aipackage
Audit findings are tracked publicly on our GitHub issues with the accessibility label.