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
Updating our Kibana accessibility statement for FY26 with a few more
details which I have gathered from customer questions.
---------
Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
# {{kib}} Accessibility Statement (USA, Europe, and Beyond)
13
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.
14
+
Elastic is committed to ensuring that our product suite is accessible to all users, including people with disabilities. This statement outlines our ongoing efforts to meet or exceed accessibility compliance requirements in the United States, the European Union, and globally. We view accessibility as a core part of user experience and software quality.
15
15
16
-
## Measures to support accessibility
17
-
Elastic takes the following measures to ensure accessibility of Kibana:
16
+
## Legal Compliance and Standards
17
+
Elastic aligns with the Web Content Accessibility Guidelines (WCAG) 2.2, the most current version of globally recognized accessibility standards.
18
+
* United States
19
+
- Federal agencies follow Section 508, which requires WCAG 2.0 Level AA compliance.
20
+
- The 2024 ADA amendment raises the bar to WCAG 2.1 Level AA.
21
+
* European Union
22
+
- The European Accessibility Act (EAA) took effect on June 28, 2025, mandating that consumer-facing digital products and services meet accessibility outcomes defined in Annex I, typically interpreted as WCAG 2.1/2.2 Level AA.
23
+
- Member States may enforce stricter local accessibility laws and penalties for non-compliance.
24
+
25
+
Elastic is proactively auditing its products and publishing Voluntary Product Accessibility Templates (VPATs) to ensure alignment with both U.S. and EU requirements.
18
26
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.
27
+
## Measures to support accessibility
28
+
Elastic takes the following measures to ensure accessibility across Kibana:
29
+
- Maintains and incorporates an accessible component library.
30
+
- Provides continual accessibility training to staff.
31
+
- Conducts continuous accessibility audits and ensures that any found issues get fixed in a reasonable timeframe.
32
+
We value and prioritize accessibility feedback from our users and customers. Their input plays a critical role in shaping our accessibility roadmap and helps us address real-world barriers more effectively.
22
33
23
34
## 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.
35
+
Elastic and its suite of products aim to meet [WCAG 2.2 Level AA compliance](https://www.w3.org/WAI/WCAG22/quickref/?versions=2.1). Currently, we partially conform, meaning some success criteria have not yet been fully met. However, Elastic goes beyond regulatory minimums to deliver inclusive design and user experiences.
25
36
26
37
## Feedback
27
38
We welcome your feedback on the accessibility of Kibana. Let us know if you encounter accessibility barriers on Kibana by either emailing us at `accessibility@elastic.co` or opening [an issue on GitHub](https://github.com/elastic/kibana/issues/new?labels=Project%3AAccessibility&template=Accessibility.md&title=%28Accessibility%29).
28
39
29
40
## Technical specifications
41
+
30
42
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
43
32
44
* HTML
33
45
* CSS
34
46
* JavaScript
35
47
* WAI-ARIA
36
48
49
+
## Testing Tools and Approach
50
+
51
+
We use a combination of manual and automated testing methods across the development lifecycle, including:
This section outlines our accessibility schedule for the 2026 fiscal year. We initiated audits for WCAG 2.2 Level A compliance, addressing baseline accessibility requirements such as text alternatives, keyboard navigation, and basic ARIA support. In the latter part of the year, we will conduct audits for WCAG 2.2 Level AA compliance, which includes additional requirements such as color contrast ratios, focus visibility, and error identification. In the following table, completed audit cycles are marked with a check.
|**Q2 FY26**| By October 2025 | - Search Solution (Serverless + Stateful)<br>- Platform A & AA |
73
+
|**Q3 FY26**| By January 2026 | - Search Solution (AA)<br>- Security Solution (AA)<br>- Observability Solution (AA) |
74
+
|**Q4 FY26**| By April 2026 | - Cloud Console (AA) |
75
+
76
+
## Accessibility Conformance Reports (VPATs)
77
+
78
+
VPATs and Accessibility Conformance Reports (ACRs) are available for:
79
+
- Platform
80
+
- Observability Solution
81
+
- Security Solution
82
+
- Search Solution
83
+
84
+
To request a report, please email: accessibility@elastic.co
85
+
37
86
## 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
87
40
-
Known limitations are in the following areas:
88
+
Despite our best efforts, some accessibility limitations remain. We are actively tracking and addressing the following areas:
89
+
- Charts – Accessible charting is in [progress](https://github.com/elastic/elastic-charts/issues/300).
90
+
- Maps – May present challenges for [assistive technologies](https://github.com/elastic/kibana/issues/57271).
91
+
- Tables – Most tables use standard HTML, but row headers and captions are inconsistently implemented. Improvements are underway via new accessible components.
41
92
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.
93
+
To view and track accessibility issues, visit our [GitHub Project: Accessibility issues](https://github.com/elastic/kibana/issues?q=label%3AProject%3AAccessibility).
46
94
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).
95
+
## Progress and Continuous Improvement
96
+
Between 2024 and 2025, Elastic identified over [2,500 accessibility issues across its products](https://github.com/elastic/kibana/issues?q=label%3AProject%3AAccessibility). More than 1,800 issues have been triaged and resolved, thanks to close collaboration between accessibility engineers and product development teams. As part of our phased approach to accessibility compliance, we are currently auditing and remediating all outstanding WCAG 2.2 Level A issues. Once this baseline level is achieved, we will begin the audit and remediation process for WCAG 2.2 Level AA conformance.
48
97
49
-
## Assessment approach
50
-
Elastic assesses the accessibility of Kibana with the following approaches:
98
+
Accessibility is part of our product lifecycle, from early design through post-release, and our teams are constantly learning and adapting to evolving standards.
51
99
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 `accessibility@elastic.co` 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).
100
+
## Feedback
55
101
56
-
Manual testing largely focuses on screen reader support and is done on:
102
+
We welcome your feedback on the accessibility of our products. If you encounter any accessibility barriers, please contact us at: accessibility@elastic.co
0 commit comments