mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
LibWeb: Add missing base class upcalls in Node::inserted() overrides
This commit is contained in:
committed by
Andreas Kling
parent
7269fc3e52
commit
003c045589
@@ -45,6 +45,8 @@ void HTMLDetailsElement::initialize(JS::Realm& realm)
|
||||
// https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element:html-element-insertion-steps
|
||||
void HTMLDetailsElement::inserted()
|
||||
{
|
||||
Base::inserted();
|
||||
|
||||
// 1. Ensure details exclusivity by closing the given element if needed given insertedNode.
|
||||
ensure_details_exclusivity_by_closing_the_given_element_if_needed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user