Skip to content

Commit

Permalink
#9841: Setting "application" role on dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Dec 20, 2012
1 parent 950a3db commit 9d77a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/dialog/plugin.js
Expand Up @@ -121,11 +121,11 @@ CKEDITOR.DIALOG_RESIZE_BOTH = 3;
var templateSource = '<div class="cke cke_reset_all {editorId} {editorDialogClass}' +
'" dir="{langDir}"' +
' lang="{langCode}"' +
' role="dialog"' +
' aria-labelledby="cke_dialog_title_{id}"' +
' role="application"' +
'>' +
'<table class="cke_dialog ' + CKEDITOR.env.cssClass + ' cke_{langDir}"' +
' style="position:absolute" role="presentation">' +
' aria-labelledby="cke_dialog_title_{id}"' +
' style="position:absolute" role="dialog">' +
'<tr><td role="presentation">' +
'<div class="cke_dialog_body" role="presentation">' +
'<div id="cke_dialog_title_{id}" class="cke_dialog_title" role="presentation"></div>' +
Expand Down

0 comments on commit 9d77a8a

Please sign in to comment.