mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
interface HTMLElement : Element {
|
|
|
|
[Reflect] attribute DOMString title;
|
|
[Reflect] attribute DOMString lang;
|
|
|
|
[Reflect] attribute boolean hidden;
|
|
|
|
attribute DOMString contentEditable;
|
|
|
|
[LegacyNullToEmptyString] attribute DOMString innerText;
|
|
}
|