ActionContainer
Container box with actions.
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
ActionContainer.test.ts(6 tests) | ||||
passed | ActionContainer > overview | snapshot | 75 | |
passed | ActionContainer > overview | accessibility | 192 | |
passed | ActionContainer > order | snapshot | 20 | |
passed | ActionContainer > order | accessibility | 131 | |
passed | ActionContainer > override | snapshot | 21 | |
passed | ActionContainer > override | accessibility | 150 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
ActionContainer.tsx | |||||
lines | 5 | 5 | 0 | 100% | |
functions | 1 | 1 | 0 | 100% | |
statements | 6 | 6 | 0 | 100% | |
branches | 6 | 5 | 0 | 83.33% |
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-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... | |
identical-links-same-purpose | Ensure that links with the same accessible name serve a similar purpose... | |
link-name | Ensures links have discernible text... | |
nested-interactive | Ensure controls are not nested as they are not announced by screen readers... | |
svg-img-alt | Ensures <svg> elements with an img, graphics-document or graphics-symbol role have an accessible text... |