LibWeb: Set inertness of HTMLElement when inert attribute is changed

This commit is contained in:
Tim Ledbetter 2025-02-05 23:24:47 +00:00 committed by Sam Atkins
commit a9ffc6359a
Notes: github-actions[bot] 2025-02-21 12:43:40 +00:00
4 changed files with 49 additions and 0 deletions

View file

@ -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);