mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02: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;
|
|
|
|
}
|