const rules = [ { pattern: 'Should have an accessible information about the status that is annouced.', comment: `Use aria-label to set custom information, aria-label defaults to "loading".`, status: 'DONE', tests: 'DONE', }, { pattern: 'Should have role status.', status: 'DONE', tests: 'DONE', }, { pattern: 'Should have 3:1 contrast ratio against the background.', comment: `For white background use: black, gray-70, gray-50, red-50, indigo-50, blue-60, against black: white, gray-50, red-50, red-40, blue-40, yellow-40.`, status: 'DONE', tests: 'N/A', }, { pattern: 'Should respect Windows High Contrast theme.', status: 'DONE', tests: 'N/A', }, ]; export default rules;