mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibWeb: Implement Document::make_active()
Implementation of "make active" algorithm from the spec for Document. Co-authored-by: Andreas Kling <kling@serenityos.org>
This commit is contained in:
parent
32e2207b55
commit
3225c39191
4 changed files with 25 additions and 3 deletions
|
@ -468,6 +468,8 @@ public:
|
|||
|
||||
DeprecatedString dump_accessibility_tree_as_json();
|
||||
|
||||
void make_active();
|
||||
|
||||
protected:
|
||||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue