diff --git a/src/plugins/display.js b/src/plugins/display.js index 54dfff252..b199f4dd0 100644 --- a/src/plugins/display.js +++ b/src/plugins/display.js @@ -20,12 +20,30 @@ export default function() { '.table': { display: 'table', }, - '.table-row': { - display: 'table-row', + '.table-caption': { + display: 'table-caption', }, '.table-cell': { display: 'table-cell', }, + '.table-column': { + display: 'table-column', + }, + '.table-column-group': { + display: 'table-column-group', + }, + '.table-footer-group': { + display: 'table-footer-group', + }, + '.table-header-group': { + display: 'table-header-group', + }, + '.table-row-group': { + display: 'table-row-group', + }, + '.table-row': { + display: 'table-row', + }, '.hidden': { display: 'none', },