https://github.com/ttwno/a11y-tree-data
Accessibility Tree Data Repository
https://github.com/ttwno/a11y-tree-data
Last synced: 2 months ago
JSON representation
Accessibility Tree Data Repository
- Host: GitHub
- URL: https://github.com/ttwno/a11y-tree-data
- Owner: TTWNO
- License: other
- Created: 2024-11-23T17:24:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T20:50:27.000Z (6 months ago)
- Last Synced: 2024-12-04T21:36:41.843Z (6 months ago)
- Language: Rust
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CODE.txt
Awesome Lists containing this project
README
# `a11y-tree-data`
A repository for sharing accessibility trees for analysis of their shape, size, and properties.
## Licenses
- Code: MIT or Apache-2.0
- Data: CC-BY-SA-4.0## Scripts
You can use the `code/scripts/get_stats.sh` on the JSON output of the `linux-atspi-tree` tool.
That script retrieves the following information about the tree:
- Number of leaf nodes
- Number of total nodes
- Unique roles (and # of nodes for each)
- Max depth of tree
- Max children of single node