We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4e9d4 commit cce5a98Copy full SHA for cce5a98
1 file changed
extensions/ql-vscode/src/view/common/Alert.tsx
@@ -92,7 +92,9 @@ type Props = {
92
* important enough to require the user's immediate attention.
93
*
94
* Can be left out if the alert is not important enough to require the user's
95
- * immediate attention.
+ * immediate attention. In this case, no ARIA role will be set and the alert
96
+ * will be read as normal text. The user will not be notified about any changes
97
+ * to the alert.
98
*/
99
role?: "alert" | "status";
100
};
0 commit comments