From 686d199d85bc9518eec091ddfb1d4fc9d31f1634 Mon Sep 17 00:00:00 2001 From: yogeshwaran-c Date: Tue, 24 Feb 2026 00:32:22 +0530 Subject: [PATCH 1/2] fix(material/table): add aria-expanded to expandable rows example The expandable rows table example did not convey the expanded/collapsed state to assistive technology. Add aria-expanded to the toggle button so screen readers announce whether a row is expanded, and update the aria-label dynamically to reflect the current state. Closes #15020 --- .../table-expandable-rows/table-expandable-rows-example.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components-examples/material/table/table-expandable-rows/table-expandable-rows-example.html b/src/components-examples/material/table/table-expandable-rows/table-expandable-rows-example.html index fb9c012b99d2..bb9fb163cd0d 100644 --- a/src/components-examples/material/table/table-expandable-rows/table-expandable-rows-example.html +++ b/src/components-examples/material/table/table-expandable-rows/table-expandable-rows-example.html @@ -12,7 +12,8 @@