mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Add fieldset elements property
This commit is contained in:
committed by
Tim Flynn
parent
0fe192dfd9
commit
ea04a86715
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user