summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLukáš Tyrychtr <ltyrycht@redhat.com>2023-03-07 11:20:53 +0100
committerLukáš Tyrychtr <ltyrycht@redhat.com>2023-03-08 09:24:08 +0100
commit9517d3d13518489f647dccc6a870f04a8b028a0f (patch)
tree827b4547337c874b0a34a0014e5d4babc989295b /docs
parentcfc2de4e3d93ef2bcad1f567eef4b430c9244549 (diff)
downloadgtk+-9517d3d13518489f647dccc6a870f04a8b028a0f.tar.gz
a11y: Add GTK_ACCESSIBLE_STATE_VISITED
This state is used for visited link-like widgets. It has no ARIA equivalent, e. g. can not be set programmatically, but it exists in the browser environment as well.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/section-accessibility.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md
index 37c1f33388..71ccd417ee 100644
--- a/docs/reference/gtk/section-accessibility.md
+++ b/docs/reference/gtk/section-accessibility.md
@@ -128,6 +128,7 @@ Each state name is part of the `GtkAccessibleState` enumeration.
| %GTK_ACCESSIBLE_STATE_INVALID | “aria-invalid” | `GtkAccessibleInvalidState` | Set when a widget is showing an error |
| %GTK_ACCESSIBLE_STATE_PRESSED | “aria-pressed” | `GtkAccessibleTristate` | Indicates the current state of a [class@Gtk.ToggleButton] |
| %GTK_ACCESSIBLE_STATE_SELECTED | “aria-selected” | boolean or undefined | Set when a widget is selected |
+| %GTK_ACCESSIBLE_STATE_VISITED | N/A | boolean or undefined | Set when a link-like widget is visited |
#### List of accessible properties