mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Stub out several methods for ElementInternals
This begins implementation on form-associated custom elements. This fixes a few WPT tests which I'm importing. Co-authored-by: Sam Atkins <sam@ladybird.org>
This commit is contained in:
parent
7c4fd9f624
commit
85842c1739
Notes:
github-actions[bot]
2025-05-21 14:29:13 +00:00
Author: https://github.com/AtkinsSJ
Commit: 85842c1739
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4813
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/tcl3
9 changed files with 300 additions and 10 deletions
|
@ -156,6 +156,8 @@ public:
|
|||
virtual bool is_valid_invoker_command(String&) { return false; }
|
||||
virtual void invoker_command_steps(DOM::Element&, String&) { }
|
||||
|
||||
bool is_form_associated_custom_element();
|
||||
|
||||
protected:
|
||||
HTMLElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue