From 9517d3d13518489f647dccc6a870f04a8b028a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Tue, 7 Mar 2023 11:20:53 +0100 Subject: 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. --- docs/reference/gtk/section-accessibility.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 -- cgit v1.2.1