Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialog: Add aria-modal support #2257

Merged
merged 15 commits into from
Jun 14, 2024
Prev Previous commit
Fix indentation
  • Loading branch information
mgol committed Jun 14, 2024
commit 2b40401543e817bccb070122b0386dc5c908a58c
2 changes: 1 addition & 1 deletion tests/unit/dialog/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ QUnit.test( "ARIA", function( assert ) {
QUnit.test( "aria-modal", function( assert ) {
assert.expect( 9 );

mgol marked this conversation as resolved.
Show resolved Hide resolved
var element, wrapper;
var element, wrapper;

element = $( "<div>" ).dialog( { modal: true } );
wrapper = element.dialog( "widget" );
Expand Down