Frontend
136 views
Web Accessibility
Quick Definition
Making websites usable by people with disabilities
Full Definition
Making websites usable by people with disabilities following WCAG guidelines.
Examples
ARIA labels, keyboard navigation, screen reader support, color contrast
Related Terms
html
semantic-html
wcag
More Frontend Terms
Server-Side Rendering
Rendering web pages on the server for initial load
Service Worker
Background script enabling offline support and notifications
CSS Grid
Two-dimensional CSS layout system for complex layouts
Progressive Web App
Web apps with native app-like experience and offline support
DOM
Programming interface representing web page structure as a tree
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand