mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
LibWeb: Add a whole bunch of HTML DOM bindings
Note that these aren't full implementations of the bindings. This mostly implements the low hanging fruit (namely, basic reflections) There are some attributes that should be USVString instead of DOMString. However, USVString is a slightly different definition of DOMString, so it should suffice for now.
This commit is contained in:
parent
db1b67e88a
commit
a2b40de0cc
Notes:
sideshowbarker
2024-07-19 04:33:26 +09:00
Author: https://github.com/Lubrsi
Commit: a2b40de0cc
Pull-request: https://github.com/SerenityOS/serenity/pull/2904
44 changed files with 327 additions and 29 deletions
|
@ -32,6 +32,8 @@ namespace Web {
|
|||
|
||||
class HTMLHtmlElement : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLHtmlElementWrapper;
|
||||
|
||||
HTMLHtmlElement(DOM::Document&, const FlyString& local_name);
|
||||
virtual ~HTMLHtmlElement() override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue