论文进阶
accessibility tree
可访问性树:界面元素及其角色、名称、状态等的结构化表示(如浏览器中的 DOM 衍生结构,或 Windows 的 UI Automation),用于向辅助技术暴露语义信息。
English Definition
"A structured representation of a UI's elements and their roles, names, and states (e.g., derived from the DOM in browsers or UI Automation in Windows) that exposes semantic information for assistive technologies."
用法说明 · 针对中文母语者
Web 无障碍测试和 AT 开发中的核心数据结构。对中文母语者,注意区分 'accessibility tree'(可访问性树)和 'DOM tree'(文档对象模型树)——前者更聚焦可被辅助技术消费的语义信息。
常见错误
- ·与 DOM tree 完全等同——accessibility tree 通常基于 DOM,但只暴露 AT 关心的语义信息
真实用例 · 2 条
"CUAs interpret screen pixels from screenshots and structural context such as DOM or accessibility trees, in order to plan actions."
论文Pipeline extracted — review needed·说明 CUA 同时使用视觉和结构化信息理解界面
"For the web, it additionally logs per-tab DOM, accessibility tree, webpage metadata (URL, title), yielding replayable traces for analysis and simulation."
论文Pipeline extracted — review needed·描述数据集采集的数据类型
由 pipeline 自动采集,待人工 review