Skip to content

Properly support expanded tables #680

Properly support expanded tables

Properly support expanded tables #680

Status Success
Total duration 2m 32s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/components/Media/Media.tsx#L27
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
src/components/Rollover/Rollover.tsx#L43
Visible, non-interactive elements with click handlers must have at least one keyboard listener (jsx-a11y/click-events-have-key-events)
src/components/Rollover/Rollover.tsx#L43
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element (jsx-a11y/no-static-element-interactions)
src/elements/Table/TableCell.tsx#L17
'colspan' is deprecated. (deprecation/deprecation)
src/elements/Table/TableCell.tsx#L18
'rowspan' is deprecated. (deprecation/deprecation)
src/selector/Selector.test.tsx#L26
'create' is deprecated. See https://react.dev/warnings/react-test-renderer (deprecation/deprecation)