mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Set inertness of HTMLElement when inert attribute is changed
This commit is contained in:
parent
893e9e3eac
commit
a9ffc6359a
Notes:
github-actions[bot]
2025-02-21 12:43:40 +00:00
Author: https://github.com/tcl3
Commit: a9ffc6359a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3475
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 49 additions and 0 deletions
|
@ -499,6 +499,8 @@ public:
|
|||
Optional<String> lookup_prefix(Optional<String> namespace_) const;
|
||||
bool is_default_namespace(Optional<String> namespace_) const;
|
||||
|
||||
bool is_inert() const;
|
||||
|
||||
protected:
|
||||
Node(JS::Realm&, Document&, NodeType);
|
||||
Node(Document&, NodeType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue