Interface: AccessibleContractOptions
Defined in: packages/testing/src/a11y.ts:52
Properties
label?
optional label?: string;
Defined in: packages/testing/src/a11y.ts:59
Name used in failure messages.
optional?
optional optional?: readonly string[];
Defined in: packages/testing/src/a11y.ts:57
Attributes that may legitimately be absent. aria-invalid on a field with
no error, for instance, is correctly omitted rather than set to "false".