Added role=status attribute to all the status messages for accessibility. Fixes #4773.

This commit is contained in:
Khushboo Vashi
2019-12-02 14:15:31 +05:30
committed by Akshay Joshi
parent c4facc04d3
commit cccc6e5676
5 changed files with 9 additions and 8 deletions

View File

@@ -1103,7 +1103,7 @@ define('pgadmin.browser.node', [
// Template function to create the status bar
var createStatusBar = function(location) {
var statusBar = $('<div></div>').addClass(
var statusBar = $('<div role="status"></div>').addClass(
'pg-prop-status-bar'
).appendTo(j);
statusBar.css('visibility', 'hidden');