Skip to content
  • Matthias Clasen's avatar
    a11y: Pass on platform changes · b5ee73d2
    Matthias Clasen authored
    Add an enum for 'platform changes' to the at context
    change notification mechanism. This will let us pass
    along things that ARIA considers 'platform state' such
    as focus or editability. The difference between the
    platform state and other ARIA states is that we don't
    keep the platform state separately in the at context
    - backends are expected to just query the widgets.
    
    This is just about avoiding notify listeners for
    change notification.
    b5ee73d2