1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:07:44 +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:
Jonah 2022-12-11 12:38:27 -06:00 committed by Sam Atkins
parent cd95e5f656
commit 3eef54823a
4 changed files with 118 additions and 0 deletions

View file

@ -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