Zoom
zoom effect using transform
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
Zoom.test.ts(2 tests) | ||||
passed | Zoom > overview | snapshot | 189 | |
passed | Zoom > overview | accessibility | 588 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
Zoom.tsx | |||||
lines | 4 | 4 | 0 | 100% | |
functions | 1 | 1 | 0 | 100% | |
statements | 5 | 5 | 0 | 100% | |
branches | 3 | 1 | 0 | 33.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... | |
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... |