mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
10
Userland/Libraries/LibWeb/HTML/HTMLBodyElement.idl
Normal file
10
Userland/Libraries/LibWeb/HTML/HTMLBodyElement.idl
Normal file
@@ -0,0 +1,10 @@
|
||||
interface HTMLBodyElement : HTMLElement {
|
||||
|
||||
[LegacyNullToEmptyString, Reflect] attribute DOMString text;
|
||||
[LegacyNullToEmptyString, Reflect] attribute DOMString link;
|
||||
[LegacyNullToEmptyString, Reflect=vlink] attribute DOMString vLink;
|
||||
[LegacyNullToEmptyString, Reflect=alink] attribute DOMString aLink;
|
||||
[LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
|
||||
[Reflect] attribute DOMString background;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user