Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134585

Wasm Accessibility: Support Geometry Updates

XMLWordPrintable

    • WebAssembly
    • 6ead92b45 (dev)

      Accessibility geometry updates are usually polling-based, where the native a11y implementation requests accessibility element geometry (via QAccessibleInterface::rect()) when required.

      However, the WebAssembly accessibility backend creates an intermediate accessibility tree using DOM UI elements which needs to be updated when the Qt UI element geometry changes.

      To support this Qt should push geometry updates using QAccessible::LocationChange events, and the wasm a11y backend should handle those.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            evenandersen Even Oscar Andersen
            sorvig Morten Sørvig
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes