當我在Firefox 55(Windows)中查看以下內容時,爲什麼我在XXX
中看到紅色通過?爲什麼我在Firefox的這個表格單元中看到虛假的邊框?
<html>
\t <head>
\t \t <style type="text/css">
\t \t \t table { border-collapse: collapse; }
\t \t \t .n { border-top: 1px solid red; }
\t \t </style>
\t </head>
\t <body>
\t \t <table>
\t \t \t <thead>
\t \t \t \t <tr><th>000</th><th>111</th></tr>
\t \t \t </thead>
\t \t \t <tbody>
\t \t \t \t <tr><td>AAA</td><td rowspan="2">BBB</td></tr>
\t \t \t \t <tr><td class="n">CCC</td></tr>
\t \t \t \t <tr><td>DDD</td><td rowspan="2">XXX</td></tr>
\t \t \t \t <tr><td class="n">FFF</td></tr>
\t \t \t \t <tr><td>GGG</td><td>HHH</td></tr>
\t \t \t </tbody>
\t \t </table>
\t </body>
</html>
沒有通過代碼片段,怪異的罷工。 – Rab
@Rab:是的,我只在Firefox上看到它。 (我假設你不在FF上。) – Mehrdad
我不使用Firefox,所以不能測試出來對不起 – Rab