Accessibility Internals

Use this page to inspect the internal representation of accessibility in UOS browser. You can see and modify the various accessibility modes UOS browser has. You can also view the accessibility tree for a specific page, or for the UOS browser app natively.

Accessibility modes:

Check/uncheck accessibility modes to see how they change a page's accessibility.

Allows UOS browser to be controlled via native accessibility APIs specific to this platform.
Accessibility support is enabled for web content.
Enables support for querying line breaks and the bounding box of arbitrary character ranges.
Exposes accessibility APIs typically needed only by screen readers.
Exposes HTML tag names and attributes via accessibility APIs.
Automatically labels images.

Command line options:

Accessibility features in UOS browser are off by default and enabled automatically on-demand. Changes to these modes only take effect until the next time UOS browser is restarted.

To force accessibility to be enabled at launch, run UOS browser with this flag:

--force-renderer-accessibility

To disable accessibility, run UOS browser with this flag:

--disable-renderer-accessibility

Accessibility tree viewing options:

Show internal accessibility tree instead of native

Filters:

Use filters to match the attributes and attribute values you want included in the output. Filters can contain simple wildcards (*) only, they're not regular expressions. Attributes are separated by spaces.

Include these attributes. Empty attributes are skipped.
Include these attributes, even if they are empty.
Exclude these attributes.

UOS browser Native UI:

Set a delay, in milliseconds, before getting the native accessibility tree: ms

Pages: