Tags
A list of tags that can be removed.
Status | Full name | Title | Time(ms) | |
|---|---|---|---|---|
Tags.test.ts(20 tests) | ||||
failed | Tags > main | snapshot | 168 | |
passed | Tags > main | accessibility | 397 | |
failed | Tags > a11yTitle | snapshot | 31 | |
passed | Tags > a11yTitle | accessibility | 229 | |
failed | Tags > children | snapshot | 73 | |
passed | Tags > children | accessibility | 232 | |
failed | Tags > icon | snapshot | 32 | |
passed | Tags > icon | accessibility | 251 | |
failed | Tags > direction | snapshot | 66 | |
Kind | Total | Covered | Skipped | % | |
|---|---|---|---|---|---|
Tags.tsx | |||||
lines | 73 | 29 | 0 | 39.73% | |
functions | 15 | 3 | 0 | 20% | |
statements | 77 | 30 | 0 | 38.96% | |
branches | 53 | 19 | 0 | 35.85% | |
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-required-attr | Ensures elements with ARIA roles have all required ARIA attributes... | |
aria-roles | Ensures all elements with a role attribute use a valid value... | |
aria-toggle-field-name | Ensures every ARIA toggle field has an accessible name... | |
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... | |
button-name | Ensures buttons have discernible text... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
nested-interactive | Nested interactive controls are not announced by screen readers... | |
tabindex | Ensures tabindex attribute values are not greater than 0... |