mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00: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;
|
|
}
|