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.
This rule takes no arguments.
<template>
<input aria-labelledby="address" />
</template>
<template>
<input aria-labeledby="address" />
</template>