From 8b5b151f2da02cd0e5679009b79166e6477ff882 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Thu, 3 Dec 1998 18:03:28 +0000 Subject: [PATCH] added table pseudo-style contenxts git-svn-id: svn://10.0.0.236/trunk@15705 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 16 ++++++++++++++++ mozilla/layout/style/ua.css | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index b1fc2dd9040..d9c36ac7408 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -517,3 +517,19 @@ NOFRAMES { margin-bottom: inherit; background: inherit; } + +:TABLE-COLUMN { + display: table-column; +} + +:TABLE-COLUMN-GROUP { + display: table-column-group; +} + +:TABLE-ROW { + display: table-row; +} + +:TABLE-ROW-GROUP { + display: table-row-group; +} \ No newline at end of file diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index b1fc2dd9040..d9c36ac7408 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -517,3 +517,19 @@ NOFRAMES { margin-bottom: inherit; background: inherit; } + +:TABLE-COLUMN { + display: table-column; +} + +:TABLE-COLUMN-GROUP { + display: table-column-group; +} + +:TABLE-ROW { + display: table-row; +} + +:TABLE-ROW-GROUP { + display: table-row-group; +} \ No newline at end of file