The test below works in my Firefox 2 and my Opera 9. But doesn't work in my Internet Explorer 5.5. It is valid CSS 2.1. I would like to know if it works in IE 6 and up, and if it works in Safari.
To run this test you need to copy the CSS code here to your monobook.css, then wait a minute and then purge your browser cache and then reload this page.
table.dhtable > * > * > th,
table.dhtable > * > * > td {
border: 1px #000 solid;
}
table.dhtable > caption {
border: 1px #F00 solid;
}
In the table below you are supposed to see an outer caption with red border (looks like a red box on top), and the inner captions with no border. You are supposed to see four black boxes, and no inner boxes.
More information dhtable1, Inside caption 1 Inside table 1 ...
Caption
| dhtable1 |
Inside caption 1
| Inside table 1
|
|---|
|
| dhtable2 |
Inside caption 2
| Inside table 2
| |
Close