Improve narration for backup and dacpac UIs (#6783)

* Added ability to specify aria-rowcount and -colcount to tables.

* Cleanup

* Adds aria role to table container so that screen-readers ignore it
This commit is contained in:
Benjin Dubishar
2019-08-19 16:51:38 -07:00
committed by GitHub
parent 986ad33678
commit 77bf228809
5 changed files with 42 additions and 1 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -2941,6 +2941,8 @@ declare module 'azdata' {
selectedRows?: number[];
forceFitColumns?: ColumnSizingMode;
title?: string;
ariaRowCount?: number;
ariaColumnCount?: number;
}
export interface FileBrowserTreeProperties extends ComponentProperties {