From 9a4fe7713ff044a27140dc803a16e4111bd14c22 Mon Sep 17 00:00:00 2001 From: Ashley Perrin <24615353+ashpsl@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:10:52 +0000 Subject: [PATCH] fix: add aria-modal=true to reveal component --- js/foundation.reveal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 845ae5a041..87095fc6ef 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -69,7 +69,8 @@ class Reveal extends Plugin { 'role': 'dialog', 'aria-hidden': true, 'data-yeti-box': this.id, - 'data-resize': this.id + 'data-resize': this.id, + 'aria-modal': true }); if(this.$overlay) {