content: added spacing foundation #677
Annotations
10 warnings
tests:
src/components/checkbox/checkbox.js#L18
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
tests:
src/components/checkbox/checkbox.js#L18
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
|
tests:
src/components/content-collapse/contentCollapse.js#L49
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|
tests:
src/components/feedback/components/form-no/FormNo.js#L85
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L94
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L103
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L112
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L121
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L130
A form label must be associated with a control
|
tests:
src/components/feedback/components/form-no/FormNo.js#L139
A form label must be associated with a control
|