summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableColElement.idl
blob: 0b38e25061180440e14e52c7ae6ce7ff2328ee0d (plain)
1
2
3
4
5
6
7
8
9
interface HTMLTableColElement : HTMLElement {

    [Reflect] attribute DOMString align;
    [Reflect=char] attribute DOMString ch;
    [Reflect=charoff] attribute DOMString chOff;
    [Reflect=valign] attribute DOMString vAlign;
    [Reflect] attribute DOMString width;

}