From 4d8e95c1c25d07ad824bd72a35f52d06261f21cd Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 31 Jul 2026 11:00:26 +0200 Subject: [PATCH] fix(material/chips): add presentation role to container elements Adds `role="presentation"` on a few containers that appear to affect some screen readers. Fixes #33604. --- src/material/chips/chip-option.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material/chips/chip-option.html b/src/material/chips/chip-option.html index a24ad97fd148..c9c125e27b00 100644 --- a/src/material/chips/chip-option.html +++ b/src/material/chips/chip-option.html @@ -1,6 +1,6 @@ - +