mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Add aria role and selected properties (#8405)
* Add aria role and selected properties * Add img role fix * Add title to text
This commit is contained in:
9
src/sql/azdata.d.ts
vendored
9
src/sql/azdata.d.ts
vendored
@@ -3019,6 +3019,14 @@ declare module 'azdata' {
|
||||
* Corresponds to the aria-label accessibility attribute for this component
|
||||
*/
|
||||
ariaLabel?: string;
|
||||
/**
|
||||
* Corresponds to the role accessibility attribute for this component
|
||||
*/
|
||||
ariaRole?: string;
|
||||
/**
|
||||
* Corresponds to the aria-selected accessibility attribute for this component
|
||||
*/
|
||||
ariaSelected?: boolean;
|
||||
/**
|
||||
* Matches the CSS style key and its available values.
|
||||
*/
|
||||
@@ -3092,7 +3100,6 @@ declare module 'azdata' {
|
||||
title?: string;
|
||||
ariaRowCount?: number;
|
||||
ariaColumnCount?: number;
|
||||
ariaRole?: string;
|
||||
updateCells?: TableCell[];
|
||||
moveFocusOutWithTab?: boolean; //accessibility requirement for tables with no actionable cells
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user