[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout#267618
Merged
Conversation
…creen readers Agent-Logs-Url: https://github.com/elastic/kibana/sessions/ecd11930-1055-4963-97e0-4fca0c6e13a5 Co-authored-by: bhavyarm <7074629+bhavyarm@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix tooltip content announcement for screen reader users
[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout
May 4, 2026
bhavyarm
approved these changes
May 5, 2026
Contributor
|
/ci |
Contributor
|
@elasticmachine run docs-build |
Contributor
|
/ci |
Contributor
|
@elasticmachine run docs-build |
Contributor
|
@elasticmachine run docs-build |
Contributor
|
/ci |
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
cc @bhavyarm @Copilot |
tutelaris
approved these changes
May 8, 2026
Contributor
|
Starting backport for target branches: 9.3, 9.4 https://github.com/elastic/kibana/actions/runs/25580066120 |
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
May 8, 2026
…oltip content to screen readers in model flyout (#267618) (#268554) # Backport This will backport the following commits from `main` to `9.4`: - [[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout (#267618)](#267618) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Copilot","email":"198982749+Copilot@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-05-08T21:19:21Z","message":"[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout (#267618)","sha":"bc2c3bdb541553f8bb16a4e7a85cb850195adc4d","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","💝community","backport:version","a11y:agent-pr","v9.5.0","v9.3.5","v9.4.1"],"title":"[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout","number":267618,"url":"https://github.com/elastic/kibana/pull/267618","mergeCommit":{"message":"[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout (#267618)","sha":"bc2c3bdb541553f8bb16a4e7a85cb850195adc4d"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.4"],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/267618","number":267618,"mergeCommit":{"message":"[Search Inference Endpoints] Announce preconfigured endpoint tooltip content to screen readers in model flyout (#267618)","sha":"bc2c3bdb541553f8bb16a4e7a85cb850195adc4d"}},{"branch":"9.3","label":"v9.3.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.4","label":"v9.4.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
clintandrewhall
pushed a commit
that referenced
this pull request
May 12, 2026
…content to screen readers in model flyout (#267618)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On the Elastic Inference Service model details flyout, the preconfigured-endpoint lock tooltip was visual-only and not exposed to assistive tech. This change adds an explicit programmatic relationship so keyboard/screen-reader users receive the same contextual message.
Accessibility wiring for preconfigured lock control
model_endpoint_row.tsx, the preconfigured tooltip text is rendered in a screen-reader-only node with a generated id.spanwrapper) now carries:aria-label="Preconfigured endpoint"aria-describedby=<generated tooltip description id>Behavior preserved for existing actions
Unit coverage for the a11y contract
model_endpoint_row.test.tsxverifying the preconfigured trigger references the tooltip description viaaria-describedby.