mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #39382 from nextcloud/enh/a11y-aria-modal
This commit is contained in:
commit
502f1c8fb4
3 changed files with 4 additions and 3 deletions
1
core/src/jquery/ocdialog.js
vendored
1
core/src/jquery/ocdialog.js
vendored
|
|
@ -53,6 +53,7 @@ $.widget('oc.ocdialog', {
|
|||
// Setting tabIndex makes the div focusable
|
||||
tabIndex: -1,
|
||||
role: 'dialog',
|
||||
'aria-modal': true,
|
||||
})
|
||||
.insertBefore(this.element)
|
||||
this.$dialog.append(this.element.detach())
|
||||
|
|
|
|||
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue