nemo-accessibility
Version:
nemo-accessibility is a nemo plugin aimed to run accessibility scans during nemo tests. nemo-accessibility plugin uses axe-core, htmlcode smiffer and chrome engines to run accessibility scans on a given page or on a given element on a page.
5 lines (4 loc) • 752 B
HTML
<html lang="en"><head><meta charset="utf-8" /><title>Google Chrome a11y tool Results</title><style>table, th, td {border: 1px solid blue;}</style></head><body><table id="test-results-table" class="tablesorter"><thead><tr><th>Heading</th><th>Result</th><th>severity</th><th>Elements</th></tr></thead><tbody><tr class="error"><td class="number"><span class="flag">Controls and media elements should have labels</span></td><td class="messagePrinciple">FAIL</td><td class="messagePrinciple">Severe</td><td class="messagePrinciple">
#send-money-step-1 > .btn.continue
#send-money-step-2 > .button-choices > .choice > .btn.gift
#send-money-step-2 > .button-choices > DIV:nth-of-type(2) > .btn.goods</td></tr></tbody></table></body></html>