mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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:
Notes:
sideshowbarker
2024-07-19 04:33:26 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/a2b40de0cc9 Pull-request: https://github.com/SerenityOS/serenity/pull/2904
5
Libraries/LibWeb/HTML/HTMLHeadElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLHeadElement.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
interface HTMLHeadElement : HTMLElement {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user