responsibility: Code
Collection of success criterion where the responsibility falls under technical implementation and developer tasks.
4.1.2 Name, Role, Value
Interactive elements must have a clear name (what it is), the correct role (what it does), and any current value or state, so that assistive technologies can interpret and interact with them correctly.
4.1.3 Status Messages
Status updates (like “form sent” or “5 items in cart”) must be coded using proper roles (like role="status"
or role="alert"
), be detectable by assistive technologies, and not require moving focus.