From 947fe0d89dee75ee43515ef7dfb43837d65a45bc Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Thu, 8 Sep 2022 19:27:31 -0800 Subject: tdf#119788 tdf#117173 add accessibility NOTIFICATION role and use it to make screen readers announce notifications from the 'Find and Replace' dialog Change-Id: Ifcf9304883e2e824ea1b7998d7767e474b87c8b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139709 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- offapi/com/sun/star/accessibility/AccessibleRole.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index 6c7e9fbcf790..c8e8ccc03ec2 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -737,6 +737,13 @@ constants AccessibleRole */ const short STATIC = 86; + /** Notification text role. + +

An object that presents information to the user when the SHOWING state change event is + fired for the object.

+ */ + const short NOTIFICATION = 87; + }; }; }; }; }; -- cgit