Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
2022-02-16 22:48:32 +03:30

11 lines
269 B
Plaintext

#import <HTML/HTMLElement.idl>
interface HTMLTableSectionElement : HTMLElement {
[Reflect] attribute DOMString align;
[Reflect=char] attribute DOMString ch;
[Reflect=charoff] attribute DOMString chOff;
[Reflect=valign] attribute DOMString vAlign;
};