Skip to content

Releases: btzr-io/godot-aria

v0.0.4

05 Feb 03:50
c3282bd
Compare
Choose a tag to compare

Changes

  • Accessibility module: Exposes Control nodes to the browser accessibility tree as hidden DOM elements.
  • Aria_* prefixed variables to extend or overwrite aria attributes.
  • Full JAWS support with Google chrome or similar browser.
  • Some partial support for ORCA and VoiceOver, more work is required to be usable.
  • Screen reader visual focus highlight.

v0.0.3

10 Jan 03:59
Compare
Choose a tag to compare

Changes

  • Localization support (#16)
  • WebTextInput control node (#14)
  • Media features detection (#15 )
  • Initial implementation of the overlay DOM layer (#13)

v.0.0.2

28 Dec 00:12
Compare
Choose a tag to compare

Changes

  • Fix Godot canavas element is a focus trap #11
  • Make focus behavior more accessible.
  • Add Node2D accessibility module
  • Fix some issues with JAWS and Narrator screen reader.
  • Add alert_screen_reader method.

0.0.1

04 Dec 02:03
f094c4a
Compare
Choose a tag to compare

Initial release, this is an experimental plugin, expect major changes for future releases.
Good for quick testing and simple prototypes.

Changes

  • Add basic example
  • Add method notify_screen_reader