[at-spi2-core: 3/19] Accessible.xml: document the Description property




commit b7a7ec1cb7fc6095abb7c9a260725f6f8847ed41
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 13:58:14 2022 -0500

    Accessible.xml: document the Description property

 xml/Accessible.xml | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index c5ad2f11..38095ee9 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -21,6 +21,13 @@
     -->
     <property name="Name" type="s" access="read"/>
 
+    <!--
+        Description: Human-readable, localized description of the object in more detail.
+
+        While the Name property is meant to be a short string that screen readers say
+        during normal navigation, the Description property is for when the user asks for
+        more detail.
+    -->
     <property name="Description" type="s" access="read"/>
 
     <property name="Parent" type="(so)" access="read">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]