mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
Take a hint from SVG and more all the HTML classes into HTML instead of mixing them with the DOM classes.
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
interface HTMLElement : Element {
|
|
|
|
[Reflect] attribute DOMString title;
|
|
[Reflect] attribute DOMString lang;
|
|
|
|
}
|