Skip to content

a11y: Add GTK_ACCESSIBLE_STATE_VISITED

Lukáš Tyrychtr requested to merge tyrylu/gtk:add_visited_state into main

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. This MR also adds the state to the GtkLinkButton widget, when appropriate.

Merge request reports