Glossary coding Term Page

ARIA attributes

properties like `aria-label` or `aria-live` that supplement assistive technologies when se

aria-attributes #coding#javascript
Korean version

Related Concepts

Core Idea

ARIA attributes is properties like aria-label or aria-live that supplement assistive technologies when semantics are not enough. It usually makes the most sense alongside Semantic HTML, Focus trap, role attribute.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept