Skip to content

Commit 9a4fe77

Browse files
committed
fix: add aria-modal=true to reveal component
1 parent 337be7a commit 9a4fe77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: js/foundation.reveal.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ class Reveal extends Plugin {
6969
'role': 'dialog',
7070
'aria-hidden': true,
7171
'data-yeti-box': this.id,
72-
'data-resize': this.id
72+
'data-resize': this.id,
73+
'aria-modal': true
7374
});
7475

7576
if(this.$overlay) {

0 commit comments

Comments
 (0)