Commit d462d67
fix(aria-allowed-role): add form to allowed roles of form element (#4588)
The ARIA in HTML spec [allows a form element to have
role=form](https://www.w3.org/TR/html-aria/#allowed-aria-roles-states-and-properties#el-form),
but [axe does not allow
it](https://github.com/dequelabs/axe-core/blob/develop/lib/standards/html-elms.js#L264).
This PR adds form to the allowedRoles of form.1 parent 32ba25a commit d462d67
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments