summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 17:11:21 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 18:33:48 +0000
commitbfcb485d3830463342cf6b64a9b4e51b93428f8b (patch)
treecd024ade495707e84a4d2300d5f308ad614f663f
parent5c1d814079fbe77e4bd02c2a00385b891a371734 (diff)
Accessibility: We support UIA on Windows
This seems to be the official title MS gives its framework. Change-Id: Ic686628904cc30ccc040d32895db8896121e7281 Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--doc/src/frameworks-technologies/accessible.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc
index d8ff0769d..ac86904d0 100644
--- a/doc/src/frameworks-technologies/accessible.qdoc
+++ b/doc/src/frameworks-technologies/accessible.qdoc
@@ -87,7 +87,7 @@
Generally the communication with the ATs works though an IPC mechanism.
Semantic information about user interface elements, such as
buttons and scroll bars, is exposed to the assistive technologies.
- Qt supports Microsoft Active Accessibility (MSAA) and IAccessible2 on Windows,
+ Qt supports UI Automation on Windows,
\macos Accessibility on \macos, and AT-SPI via DBus on Unix/X11.
The platform specific technologies are abstracted by Qt,
so that applications do not need any platform specific changes to work with the different