Inform screen-readers of Dacpac Deploy loading and loading complete for summary (#7000)

* Loading components now announce themselves.  Likely need way to disable.

* Adding focus elements to table for screen-reading after component is loaded in

* Adding piping for aria roles on tables

* Alerting on completion of deploy plan summary

* Removing extra ariaLive property
This commit is contained in:
Benjin Dubishar
2019-08-28 14:42:40 -07:00
committed by GitHub
parent 40d5667e63
commit faf6eae535
6 changed files with 38 additions and 2 deletions

View File

@@ -99,7 +99,8 @@ export class DeployPlanPage extends DacFxConfigPage {
data: this.getColumnData(result),
columns: this.getTableColumns(result.dataLossAlerts.size > 0),
width: 875,
height: 300
height: 300,
ariaRole: 'alert'
});
if (result.dataLossAlerts.size > 0) {