mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibWeb/DOM: Implement "is closed-shadow-hidden" algorithm
This commit is contained in:
parent
1435480d76
commit
3fbd3146a1
Notes:
github-actions[bot]
2025-06-17 11:40:03 +00:00
Author: https://github.com/AtkinsSJ
Commit: 3fbd3146a1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5113
2 changed files with 25 additions and 0 deletions
|
@ -294,6 +294,8 @@ public:
|
|||
return const_cast<Node*>(this)->shadow_including_root();
|
||||
}
|
||||
|
||||
bool is_closed_shadow_hidden_from(Node const&) const;
|
||||
|
||||
bool is_connected() const;
|
||||
|
||||
[[nodiscard]] bool is_browsing_context_connected() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue