added table pseudo-style contenxts

git-svn-id: svn://10.0.0.236/trunk@15705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1998-12-03 18:03:28 +00:00
parent 104395fa1f
commit 8b5b151f2d
2 changed files with 32 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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;
}