---
title: 'Compiler Warnings'
generated: 'generated by process-messages/index.js'
---
## a11y_accesskey
```
Avoid using accesskey
```
## a11y_aria_activedescendant_has_tabindex
```
An element with an aria-activedescendant attribute should have a tabindex value
```
## a11y_aria_attributes
```
`<%name%>` should not have aria-* attributes
```
## a11y_autocomplete_valid
```
'%value%' is an invalid value for 'autocomplete' on ``
```
## a11y_autofocus
```
Avoid using autofocus
```
## a11y_click_events_have_key_events
```
Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as `