diff options
author | Jim Raykowski <raykowj@gmail.com> | 2022-09-08 19:27:31 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2022-09-26 05:55:25 +0200 |
commit | 947fe0d89dee75ee43515ef7dfb43837d65a45bc (patch) | |
tree | 3fc8c819233f9c22abf7c8c896a6e08aa4fd90c0 /offapi | |
parent | a6abe4a33568d87904fd49c734af4726878af421 (diff) |
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 <m.weghorn@posteo.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/AccessibleRole.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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. + + <p>An object that presents information to the user when the SHOWING state change event is + fired for the object.</p> + */ + const short NOTIFICATION = 87; + }; }; }; }; }; |