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 semantic role. ARIA-aligned and closed: unknown roles fail validation.
Constants§
- ADAPTER_
CAPABILITIES - Every adapter capability.
- SEMANTIC_
ACTIONS - Every action.
- SEMANTIC_
ROLES - Every role, in the order the reference implementation declares them.
Functions§
- valid_
action - Whether
actionis one of the actions. - valid_
capability - Whether
capabilityis one of the capabilities. - valid_
role - Whether
roleis one of the roles.