mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
11 lines
264 B
Text
11 lines
264 B
Text
interface HTMLElement : Element {
|
|
|
|
[Reflect] attribute DOMString title;
|
|
[Reflect] attribute DOMString lang;
|
|
|
|
[Reflect] attribute boolean hidden;
|
|
|
|
attribute DOMString contentEditable;
|
|
|
|
[LegacyNullToEmptyString] attribute DOMString innerText;
|
|
};
|