pgAdmin 4 commit: Added aria-label attribute wherever missing for acces - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added aria-label attribute wherever missing for acces
Date
Msg-id E1imWSF-0002v4-8B@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added aria-label attribute wherever missing for accessibility.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8c4dff057fcb44dda760bebe0ae085d0960091ba
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/toolbar.js                      | 5 ++++-
web/pgadmin/browser/static/js/wizard.js                       | 8 ++++----
web/pgadmin/preferences/static/js/preferences.js              | 1 +
web/pgadmin/static/js/alertify.pgadmin.defaults.js            | 2 ++
web/pgadmin/static/js/backform.pgadmin.js                     | 4 ++--
web/pgadmin/static/js/backgrid.pgadmin.js                     | 2 +-
web/pgadmin/static/js/sqleditor/filter_dialog.js              | 1 +
web/pgadmin/tools/backup/static/js/backup_dialog_wrapper.js   | 1 +
web/pgadmin/tools/datagrid/static/js/show_data.js             | 1 +
web/pgadmin/tools/datagrid/templates/datagrid/index.html      | 4 ++--
web/pgadmin/tools/debugger/templates/debugger/direct.html     | 6 ++++++
web/pgadmin/tools/maintenance/static/js/maintenance.js        | 1 +
web/pgadmin/tools/restore/static/js/restore_dialog_wrapper.js | 1 +
13 files changed, 27 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Nagesh Dhope
Date:
Subject: [RM4772] [Accessibility] aria-label in missing places
Next
From: Akshay Joshi
Date:
Subject: Re: [RM4772] [Accessibility] aria-label in missing places