From 4ad6ca04eff7126133dcfad4ff48fe38c9652478 Mon Sep 17 00:00:00 2001 From: Pedro Jordao Date: Fri, 19 Jan 2024 08:05:43 -0300 Subject: [PATCH] MDL-80668 modal: Change aria roles on modal to improve accessibility. The roles we were using were no longer the most recommended for modals. --- lib/templates/modal.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/modal.mustache b/lib/templates/modal.mustache index 7400f6d9972..0430b1aacc8 100644 --- a/lib/templates/modal.mustache +++ b/lib/templates/modal.mustache @@ -40,8 +40,8 @@ } }} -