mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
LibWeb: Add Function To Build Accessiblity Tree
With this patch, the accessibility tree can be build from the root node of a document. This can then be serialzed and sent to (soon to come) consumers.
This commit is contained in:
parent
cd95e5f656
commit
3eef54823a
4 changed files with 118 additions and 0 deletions
|
@ -72,6 +72,7 @@ set(SOURCES
|
|||
DOM/AbortController.cpp
|
||||
DOM/AbortSignal.cpp
|
||||
DOM/AbstractRange.cpp
|
||||
DOM/AccessibilityTreeNode.cpp
|
||||
DOM/Attr.cpp
|
||||
DOM/Attr.idl
|
||||
DOM/ARIAMixin.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue