mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
11
Userland/Libraries/LibWeb/HTML/HTMLElement.idl
Normal file
11
Userland/Libraries/LibWeb/HTML/HTMLElement.idl
Normal file
@@ -0,0 +1,11 @@
|
||||
interface HTMLElement : Element {
|
||||
|
||||
[Reflect] attribute DOMString title;
|
||||
[Reflect] attribute DOMString lang;
|
||||
|
||||
[Reflect] attribute boolean hidden;
|
||||
|
||||
attribute DOMString contentEditable;
|
||||
|
||||
[LegacyNullToEmptyString] attribute DOMString innerText;
|
||||
};
|
||||
Reference in New Issue
Block a user