ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement: two levels for visible a11y violations

MelSumner opened this issue · comments

Recommend two settings for visible a11y violations, with a more subdued error look by default. (maybe keep the stripes but make them grayscale?)

Reasoning is that when testing in a business environment, noted strong negative reactions to how the errors came across visually. Don't want to have anyone avoid either this addon or the issue of accessibility merely because the validation addon seems a bit strong, but do think the option should be there for environments where the stronger the better!

I like it. I'm getting after this now, and I'm getting the sense that if we're going to offer this functionality, three levels would actually be even better.

I'm working on an API concept of "noise levels" -- which right now are just 1, 2, and 3, but could also be keywords like soft, medium, and loud.

(...and yeah, the current design might fall into the latter category 😛)

Closing this issue since we've already added noise levels.