ComponentFilter
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
ComponentFilter.test.ts(2 tests) | ||||
passed | ComponentFilter > overview | snapshot | 88 | |
passed | ComponentFilter > overview | accessibility | 242 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
ComponentFilter.tsx | |||||
lines | 14 | 11 | 0 | 78.57% | |
functions | 4 | 2 | 0 | 50% | |
statements | 15 | 12 | 0 | 80% | |
branches | 9 | 6 | 0 | 66.66% |
id | description | |
---|---|---|
aria-allowed-attr | Ensures ARIA attributes are allowed for an element's role... | |
aria-allowed-role | Ensures role attribute has an appropriate value for the element... | |
aria-hidden-focus | Ensures aria-hidden elements do not contain focusable elements... | |
aria-valid-attr-value | Ensures all ARIA attributes have valid values... | |
aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes... | |
avoid-inline-spacing | Ensure that text spacing set through style attributes can be adjusted with custom stylesheets... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
form-field-multiple-labels | Ensures form field does not have multiple label elements... | |
label-title-only | Ensures that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes... | |
label | Ensures every form element has a label... | |
nested-interactive | Ensure controls are not nested as they are not announced by screen readers... | |
select-name | Ensures select element has an accessible name... |