mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +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:
parent
3eef54823a
commit
a469bbd178
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/Epigenetic
Commit: a469bbd178
Pull-request: https://github.com/SerenityOS/serenity/pull/16430
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/martinfalisse
4 changed files with 70 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue