[gtk/matthiasc/for-master: 2/2] docs: Small corrections to the a11y overview
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 2/2] docs: Small corrections to the a11y overview
- Date: Wed, 21 Oct 2020 18:24:49 +0000 (UTC)
commit 31519061572b3f0567dccb614e3c23a2bec96ceb
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Oct 21 14:23:10 2020 -0400
docs: Small corrections to the a11y overview
The section titles were mixed up wrt to the content
of the sections.
docs/reference/gtk/section-accessibility.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md
index b73211ee17..bf1198262b 100644
--- a/docs/reference/gtk/section-accessibility.md
+++ b/docs/reference/gtk/section-accessibility.md
@@ -107,9 +107,9 @@ for instance:
See the [WAI-ARIA](https://www.w3.org/WAI/PF/aria/appendices#quickref) list
of attributes for additional information.
-#### List of accessible properties
+#### List of accessible states
-Each state name is part of the #GtkAccessibleProperty enumeration.
+Each state name is part of the #GtkAccessibleState enumeration.
| State name | ARIA attribute | Value type | Notes |
|------------|----------------|------------|-------|
@@ -122,9 +122,9 @@ Each state name is part of the #GtkAccessibleProperty enumeration.
| %GTK_ACCESSIBLE_STATE_PRESSED | “aria-pressed” | #GtkAccessibleTristate | Indicates the current state of a
#GtkToggleButton |
| %GTK_ACCESSIBLE_STATE_SELECTED | “aria-selected” | boolean or undefined | Set when a widget is selected |
-#### List of accessible relations
+#### List of accessible properties
-Each state name is part of the #GtkAccessibleRelation enumeration.
+Each property name is part of the #GtkAccessibleProperty enumeration.
| State name | ARIA attribute | Value type |
|------------|----------------|------------|
@@ -148,9 +148,9 @@ Each state name is part of the #GtkAccessibleRelation enumeration.
| %GTK_ACCESSIBLE_PROPERTY_VALUE_NOW | “aria-valuenow” | double |
| %GTK_ACCESSIBLE_PROPERTY_VALUE_TEXT | “aria-valuetext” | translatable string |
-#### List of accessible states
+#### List of accessible relations
-Each state name is part of the #GtkAccessibleState enumeration.
+Each relation name is part of the #GtkAccessibleRelation enumeration.
| State name | ARIA attribute | Value type |
|------------|----------------|------------|
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]