From 0447f85718f806be806d88564038c50bc97f6ebc Mon Sep 17 00:00:00 2001 From: Alexander Surkov Date: Wed, 31 Jan 2018 10:50:40 -0500 Subject: [PATCH] Add IA2_ROLE_LEVEL_BAR role (#3) --- api/AccessibleRole.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/AccessibleRole.idl b/api/AccessibleRole.idl index f0b2fcd..30188cc 100644 --- a/api/AccessibleRole.idl +++ b/api/AccessibleRole.idl @@ -296,6 +296,11 @@ enum IA2Role { which the user may want quick access, such as a navigation area, a search facility or the main content of a page. */ - IA2_ROLE_LANDMARK + IA2_ROLE_LANDMARK, + /** + * A bar that serves as a level indicator to, for instance, show + * the strength of a password or the charge of a battery. + */ + IA2_ROLE_LEVEL_BAR };