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

Highlight troubled areas during development

nathanhammond opened this issue · comments

Currently, we add a 1px solid red border to any elements that have a violation during development. This should be improved visually and allow for customizability as it is difficult to define an appearance that will apply across all UI styles.

Implementation idea right now is to draw a semi-opaque rectangle according to the elements bounding box coordinates and dimensions. This can then yield custom content if the end-user desires.

Addressed. Closing.