You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes several of misc a11y issues showing up in Kibana:
- Poor labeling in `EuiSuperDatePicker` ([Kibana issue 38794](elastic/kibana#38794)) (this kind of snowballed into improving several things in the vicinity)
- Fixes#2416: `EuiFormRow`s that render fields that also render a label end up rendering multiple labels for an input which breaks many assistive tech (this issue was found during the in progress Kibana rollout of automated a11y testing ([Kibana issue 43584](elastic/kibana#43584) )
- Fixes#2414: `EuiCodeEditor`s would render with the same ID which breaks many assistive tech (this issue was found during the in progress Kibana rollout of automated a11y testing)
While adding management accessibility test here - we got this violation: elastic/kibana#43584
VIOLATION
[duplicate-id]: Ensures every id attribute value is unique
Help: https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=axeAPI
Elements:
- #\37 x57vxkj > .euiCodeEditorWrapper[data-test-subj="codeEditorContainer"] > .ace_editor.ace-tm
cc @myasonik
The text was updated successfully, but these errors were encountered: