Expand description
Closed vocabularies. Unknown members are rejected, never passed through.
Enums§
- Action
- A descriptive capability hint: a diagnostic, never a callback endpoint.
- Capability
- Something the adapter tells the driver it can provide.
- Role
- A v1 semantic role. ARIA-aligned and closed: unknown roles fail validation.
Constants§
- ADAPTER_
CAPABILITIES - Every v1 capability.
- SEMANTIC_
ACTIONS - Every v1 action.
- SEMANTIC_
ROLES - Every v1 role, in the order the reference implementation declares them.
Functions§
- valid_
action - Whether
actionis one of the v1 actions. - valid_
capability - Whether
capabilityis one of the v1 capabilities. - valid_
role - Whether
roleis one of the v1 roles.