Skip to content

Commit 13cb0f8

Browse files
[9.0] [Docs] Add Kibana Accessibility statement page (#220997) (#221005)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add Kibana Accessibility statement page (#220997)](#220997) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-05-20T14:11:48Z","message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[Docs] Add Kibana Accessibility statement page","number":220997,"url":"https://github.com/elastic/kibana/pull/220997","mergeCommit":{"message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220997","number":220997,"mergeCommit":{"message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <[email protected]>
1 parent 01973c0 commit 13cb0f8

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
description: Accessibility statement for Kibana
3+
applies_to:
4+
stack: all
5+
serverless: all
6+
products:
7+
- id: kibana
8+
mapped_pages:
9+
- https://www.elastic.co/guide/en/kibana/current/accessibility.html
10+
---
11+
12+
# {{kib}} accessibility statement
13+
14+
Elastic is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience, and strive toward ensuring our tools are usable by everyone.
15+
16+
## Measures to support accessibility
17+
Elastic takes the following measures to ensure accessibility of Kibana:
18+
19+
* Maintains and incorporates an [accessible component library](https://elastic.github.io/eui/).
20+
* Provides continual accessibility training for our staff.
21+
* Employs a third-party audit.
22+
23+
## Conformance status
24+
Kibana aims to meet [WCAG 2.1 level AA](https://www.w3.org/WAI/WCAG21/quickref/?currentsidebar=%23col_customize&levels=aaa&technologies=server%2Csmil%2Cflash%2Csl) compliance. Currently, we can only claim to partially conform, meaning we do not fully meet all of the success criteria. However, we do try to take a broader view of accessibility, and go above and beyond the legal and regulatory standards to provide a good experience for all of our users.
25+
26+
## Feedback
27+
We welcome your feedback on the accessibility of Kibana. Let us know if you encounter accessibility barriers on Kibana by either emailing us at `[email protected]` or opening [an issue on GitHub](https://github.com/elastic/kibana/issues/new?labels=Project%3AAccessibility&template=Accessibility.md&title=%28Accessibility%29).
28+
29+
## Technical specifications
30+
Accessibility of Kibana relies on the following technologies to work with your web browser and any assistive technologies or plugins installed on your computer:
31+
32+
* HTML
33+
* CSS
34+
* JavaScript
35+
* WAI-ARIA
36+
37+
## Limitations and alternatives
38+
Despite our best efforts to ensure accessibility of Kibana, there are some limitations. [Open an issue on GitHub](https://github.com/elastic/kibana/issues/new?labels=Project%3AAccessibility&template=Accessibility.md&title=%28Accessibility%29) if you observe an issue not in this list.
39+
40+
Known limitations are in the following areas:
41+
42+
* **Charts**: We have a clear plan for the first steps of making charts accessible. We’ve opened this [Charts accessibility ticket on GitHub](https://github.com/elastic/elastic-charts/issues/300) for tracking our progress.
43+
* **Maps**: Maps might pose difficulties to users with vision disabilities. We welcome your input on making our maps accessible. Go to the [Maps accessibility ticket on GitHub](https://github.com/elastic/kibana/issues/57271) to join the discussion and view our plans.
44+
* **Tables**: Although generally accessible and marked-up as standard HTML tables with column headers, tables rarely make use of row headers and have poor captions. You will see incremental improvements as various applications adopt a new accessible component.
45+
* **Color contrast**: Modern Kibana interfaces generally do not have color contrast issues. However, older code might fall below the recommended contrast levels. As we continue to update our code, this issue will phase out naturally.
46+
47+
To see individual tickets, view our [GitHub issues with label "`Project:Accessibility`"](https://github.com/elastic/kibana/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3AProject%3AAccessibility).
48+
49+
## Assessment approach
50+
Elastic assesses the accessibility of Kibana with the following approaches:
51+
52+
* **Self-evaluation**: Our employees are familiar with accessibility standards and review new designs and implemented features to confirm that they are accessible.
53+
* **External evaluation**: We engage external contractors to help us conduct an independent assessment and generate a formal VPAT. Email `[email protected]` if you’d like a copy.
54+
* **Automated evaluation**: We are starting to run [axe](https://www.deque.com/axe/) on every page. See our current progress in the [automated testing GitHub issue](https://github.com/elastic/kibana/issues/51456).
55+
56+
Manual testing largely focuses on screen reader support and is done on:
57+
58+
* VoiceOver on MacOS with Safari, Chrome and Edge
59+
* NVDA on Windows with Chrome and Firefox

docs/reference/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project: 'Kibana reference'
22
toc:
33
- file: index.md
4+
- file: kibana-accessibility-statement.md
45
- file: configuration-reference.md
56
children:
67
- file: cloud/elastic-cloud-kibana-settings.md

0 commit comments

Comments
 (0)