mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 15:19:16 +00:00
LibWeb: Add fieldset elements property
This commit is contained in:
parent
0fe192dfd9
commit
ea04a86715
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/bplaat
Commit: ea04a86715
Pull-request: https://github.com/SerenityOS/serenity/pull/22235
6 changed files with 66 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue