aria-props

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

```