table-caption {
    caption-side: inherit;
}

table {
    table-layout: inherit;
    border-collapse: inherit;
    border-spacing: inherit;
}

table-cell {
    empty-cells: inherit;
}