mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
LibWeb: Implement BrowsingContext::currently_focused_area()
This is "currently focused area of a top level browsing context" from the HTML spec.
This commit is contained in:
parent
83523cabda
commit
1165a94624
2 changed files with 32 additions and 0 deletions
|
@ -104,6 +104,8 @@ public:
|
|||
|
||||
bool has_a_rendering_opportunity() const;
|
||||
|
||||
RefPtr<DOM::Node> currently_focused_area();
|
||||
|
||||
private:
|
||||
explicit BrowsingContext(Page&, HTML::BrowsingContextContainer*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue