-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Accessibility) [Stack Monitoring] Ensures <dl> elements are structured correctly #134139
Comments
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@rashmivkulkarni I'm not sure which page you're looking at (I don't see any top-level navigation for "Alerts Page" in Stack Monitoring.) Could you please provide some more information and/or a screenshot? |
The URL while this a11y violation happens is: http://localhost:5620/app/monitoring#/overview?_g=(cluster_uuid:Ne-khZBvQKWxlfCZoZQX2w,refreshInterval:(pause:!f,value:10000),time:(from:now-15m,to:now)) |
This is the result which I got after running the axeTool on the page. |
Pinging @elastic/apm-ui (Team:apm) |
It looks like this is because of the Logs panel. We've got a Screenshot from lighthouse: This happens here kibana/x-pack/plugins/monitoring/public/components/cluster/overview/elasticsearch_panel.js Lines 94 to 100 in 64c6651
Reason component as a child of the EuiDescriptionList .
|
I updated the issue description to show the problem and steps to fix. |
Stack Monitoring > Alerts Page > a11y violation seen
It looks like this is because of the Logs panel. We've got a
dl
with a calloutdiv
as a child instead of adt
.Screenshot from lighthouse:
This happens here
kibana/x-pack/plugins/monitoring/public/components/cluster/overview/elasticsearch_panel.js
Lines 94 to 100 in 64c6651
Reason
component as a child of theEuiDescriptionList
.✔️ Acceptance Criteria
The text was updated successfully, but these errors were encountered: