Files
ladybird/Libraries/LibWeb/HTML/HTMLElement.idl

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;
}