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
Reserved for AI coding agents—please don’t take it manually.
Before making any code changes, read and follow .agents/skills/accessibility/SKILL.md in this repository. It is the canonical accessibility playbook for these fixes; treat every rule in it as binding.
Summary
This issue groups 2 ESLint violations for rule @elastic/eui/require-table-caption across 2 files for team @elastic/kibana-presentation.
Why this issue exists
This is a grouped ESLint backlog item generated from the latest monitoring snapshot. One issue per (team, rule) keeps the backlog stable and actionable.
What to fix
Fix every reported violation for this rule across the listed files. Implement the fix in full alignment with .agents/skills/accessibility/SKILL.md—open that file first, treat every paragraph as normative (scope, change boundaries, WCAG conformance, i18n, and any rule-specific guidance), and prefer its instructions over any approach that would clear ESLint but contradict it. Do not introduce changes outside what the rule requires.
Required: before opening a PR, verify that every item in the Acceptance criteria section is met.
Rule: @elastic/eui/require-table-caption
EuiInMemoryTable must include a `tableCaption` prop for accessibility.
Example:
<EuiInMemoryTable tableCaption="Descriptive caption for the table" ... />
Files to fix
Requirement: Fix every location in the checklist below—do not merge or close this issue until all listed files are addressed (the list may be capped by the reporter; still treat each listed item as mandatory).
Note
Reserved for AI coding agents—please don’t take it manually.
Before making any code changes, read and follow
.agents/skills/accessibility/SKILL.mdin this repository. It is the canonical accessibility playbook for these fixes; treat every rule in it as binding.Summary
This issue groups 2 ESLint violations for rule
@elastic/eui/require-table-captionacross 2 files for team @elastic/kibana-presentation.Why this issue exists
This is a grouped ESLint backlog item generated from the latest monitoring snapshot. One issue per (team, rule) keeps the backlog stable and actionable.
What to fix
Fix every reported violation for this rule across the listed files. Implement the fix in full alignment with
.agents/skills/accessibility/SKILL.md—open that file first, treat every paragraph as normative (scope, change boundaries, WCAG conformance, i18n, and any rule-specific guidance), and prefer its instructions over any approach that would clear ESLint but contradict it. Do not introduce changes outside what the rule requires.Required: before opening a PR, verify that every item in the Acceptance criteria section is met.
Rule:
@elastic/eui/require-table-captionFiles to fix
Requirement: Fix every location in the checklist below—do not merge or close this issue until all listed files are addressed (the list may be capped by the reporter; still treat each listed item as mandatory).
src/platform/plugins/shared/embeddable/public/drilldowns/drilldown_manager_ui/components/drilldown_table/drilldown_table.tsxsrc/platform/plugins/shared/embeddable/public/drilldowns/drilldown_manager_ui/components/drilldown_template_table/drilldown_template_table.tsxPR metadata (required)
maina11y:agent-prCloses #<issue number>) so it auto-closes when merged.Acceptance criteria
The opened PR must satisfy every item below; it is not considered valid otherwise.
a11y:agent-pr.Closes #<issue number>referencing this issue.main..agents/skills/accessibility/SKILL.md; any deviation is justified in the PR body.PR checklist (copy into PR description)
.agents/skills/accessibility/SKILL.mda11y:agent-pr