jsx-a11y/aria-props

💼 This rule is enabled in the following configs: ☑️ recommended, 🔒 strict.

Elements cannot use an invalid ARIA attribute. This will fail if it finds an aria-* property that is not listed in WAI-ARIA States and Properties spec.

Rule details

This rule takes no arguments.

Succeed

```jsx

Enter your address

```

Fail

```jsx

Enter your address

```

Accessibility guidelines