mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 23:35:33 +00:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
interface HTMLElement : Element {
|
|
|
|
[Reflect] attribute DOMString title;
|
|
[Reflect] attribute DOMString lang;
|
|
|
|
[Reflect] attribute boolean hidden;
|
|
|
|
attribute DOMString contentEditable;
|
|
|
|
[LegacyNullToEmptyString] attribute DOMString innerText;
|
|
};
|