mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
a2b40de0cc
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.
6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
interface HTMLTitleElement : HTMLElement {
|
|
|
|
|
|
|
|
}
|