1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:17:35 +00:00

LibWeb: Add Functionality to Dump to Accessibility Tree

This will be used to display the accessibility tree in the inspector.
This commit is contained in:
Jonah 2022-12-11 10:56:37 -06:00 committed by Sam Atkins
parent 3eef54823a
commit a469bbd178
4 changed files with 70 additions and 0 deletions

View file

@ -447,6 +447,8 @@ public:
bool query_command_supported(DeprecatedString const&) const;
DeprecatedString dump_accessibility_tree_as_json();
protected:
virtual void visit_edges(Cell::Visitor&) override;