Skip to content

Commit

Permalink
adjusts a11y addon config to be set to WCAG AA standards and not AAA …
Browse files Browse the repository at this point in the history
…standards to stop false positive color constast issues.
  • Loading branch information
shkeating committed Jul 19, 2021
1 parent 015ba15 commit 2c4f7ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ export const parameters = {
order: ['Global', 'Components', 'Office Components', 'Customer Components'],
},
},
a11y: {
// axe-core configurationOptions (https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#parameters-1)
config: {},
// axe-core optionsParameter (https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#options-parameter)
options: {},
},
};

0 comments on commit 2c4f7ac

Please sign in to comment.