LibWeb: Add fieldset elements property

This commit is contained in:
Bastiaan van der Plaat
2023-12-10 10:42:41 +01:00
committed by Tim Flynn
parent 0fe192dfd9
commit ea04a86715
6 changed files with 66 additions and 1 deletions

View File

@@ -396,6 +396,8 @@ static bool is_form_control(DOM::Element const& element)
return true;
}
// FIXME: Form-associated custom elements return also true
return false;
}