summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableCellElement.idl
blob: 077fe037b97579694328f4325d9112dc889c2d87 (plain)
1
2
3
4
5
6
interface HTMLTableCellElement : HTMLElement {

    [Reflect] attribute DOMString headers;
    [Reflect] attribute DOMString abbr;

}