Glossary coding Term Page

aria-invalid

signals to assistive tech that the current field is invalid

aria-invalid #coding#javascript
Korean version

Related Concepts

Core Idea

aria-invalid is signals to assistive tech that the current field is invalid. It usually makes the most sense alongside Form validation, Regular expression, blur.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept