MDL-30847 core Adding ARIA attribute to help windows

This commit is contained in:
David Monllao
2012-09-17 09:27:38 +08:00
parent 4db36990ee
commit afc54475a8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1376,6 +1376,7 @@ M.util.help_icon = {
},
display_callback : function(content) {
content = '<div role="alert">' + content + '</div>';
this.overlay.set('bodyContent', content);
},