PanelContainer
Action container with built-in collapsible panels
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
PanelContainer.test.ts(6 tests) | ||||
passed | PanelContainer > overview | snapshot | 95 | |
passed | PanelContainer > overview | accessibility | 247 | |
passed | PanelContainer > openTab | snapshot | 64 | |
passed | PanelContainer > openTab | accessibility | 232 | |
passed | PanelContainer > visibleTabs | snapshot | 25 | |
passed | PanelContainer > visibleTabs | accessibility | 190 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
PanelContainer.tsx | |||||
lines | 48 | 29 | 0 | 60.41% | |
functions | 13 | 10 | 0 | 76.92% | |
statements | 52 | 33 | 0 | 63.46% | |
branches | 36 | 14 | 0 | 38.88% |
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-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... | |
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 | 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... |