[libhandy] action-row: Add accessibility relationships



commit 8b336a2edef39ca00565ef8551ba88e10f85e24b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 12 09:02:30 2021 +0100

    action-row: Add accessibility relationships

 src/hdy-action-row.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/hdy-action-row.ui b/src/hdy-action-row.ui
index 44e67b85..f9b3f00d 100644
--- a/src/hdy-action-row.ui
+++ b/src/hdy-action-row.ui
@@ -2,6 +2,9 @@
 <interface>
   <template class="HdyActionRow" parent="HdyPreferencesRow">
     <property name="activatable">False</property>
+    <accessibility>
+      <relation target="title" type="labelled-by"/>
+    </accessibility>
     <child>
       <object class="GtkBox" id="header">
         <property name="can_focus">False</property>
@@ -52,6 +55,9 @@
                 <style>
                   <class name="title"/>
                 </style>
+                <accessibility>
+                  <relation target="HdyActionRow" type="label-for"/>
+                </accessibility>
               </object>
             </child>
             <child>


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