Skip to content

Commit

Permalink
docs: add reviewOnFail (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Jul 30, 2020
1 parent a804253 commit da080b5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/check-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [How Checks Work](#how-checks-work)
- [Options](#options)
- [Global Options](#global-options)
- [aria-allowed-role](#aria-allowed-role)
- [aria-required-children](#aria-required-children)
- [aria-roledescription](#aria-roledescription)
Expand Down Expand Up @@ -56,6 +57,14 @@ axe.configure({

## Options

### Global Options

All checks allow these global options:

| Option | Default | Description |
| -------------- | :------ | :-------------------------------------------------------------- |
| `reviewOnFail` | `false` | Have the check return as "Needs Review" rather than a violation |

### aria-allowed-role

| Option | Default | Description |
Expand Down Expand Up @@ -123,7 +132,7 @@ axe.configure({
'menuitemradio'
]</code></pre>
</td>
<td align="left">List of ARIA roles that support the `aria-roledescription` attribute</td>
<td align="left">List of ARIA roles that support the <code>aria-roledescription</code> attribute</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit da080b5

Please sign in to comment.