mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
14
Userland/Libraries/LibWeb/HTML/HTMLTableElement.idl
Normal file
14
Userland/Libraries/LibWeb/HTML/HTMLTableElement.idl
Normal file
@@ -0,0 +1,14 @@
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect] attribute DOMString border;
|
||||
[Reflect] attribute DOMString frame;
|
||||
[Reflect] attribute DOMString rules;
|
||||
[Reflect] attribute DOMString summary;
|
||||
[Reflect] attribute DOMString width;
|
||||
|
||||
[LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
|
||||
[LegacyNullToEmptyString, Reflect=cellpadding] attribute DOMString cellPadding;
|
||||
[LegacyNullToEmptyString, Reflect=cellspacing] attribute DOMString cellSpacing;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user