Skip to content

a11y: Add GtkAccessibleText.get_default_attributes

Emmanuele Bassi requested to merge ebassi/accessible-text-default-attrs into main

Accessible text attributes come in two flavours:

  • the run attributes, which apply to a text from a given offset
  • the default attributes, which apply to the whole text

The default attributes are used to gather the initial values for every text attribute, while the run attributes operate additively.

We currently have a getter for the former, but we lack one for the latter.

Merge request reports