SaralX

From the SaralX Desk

Perspectives, trends, and best practices from the experts at SaralX.

Blog banner on digital accessibility and cybersecurity featuring a security shield, accessibility icons, authentication symbols, and a person using a laptop, representing secure and inclusive digital experiences.

Digital Accessibility & Cybersecurity

By Dheeraj Imagine This… A visually impaired customer wants to log in to their banking application. The app sends a One-Time Password (OTP) to their registered email address. Unlike an SMS, there is no automatic OTP detection. The user switches to their email app, navigates through multiple messages using a screen reader, locates the latest […]

Illustration of HTML code demonstrating proper use of ARIA labels for improving web accessibility.

ARIA Labels: What Developers Need to Know

By Yashika Goyal Most developers learn accessibility and immediately reach for aria-label. Need a label? Add aria-label. Need a screen reader announcement? Add aria-label. Unfortunately, many accessibility bugs are caused by using aria-label when it isn’t needed. The goal isn’t to add more ARIA. The goal is to provide the correct accessible name. What is […]