OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <meta charset="utf-8"> | 2 <meta charset="utf-8"> |
3 <title>CSS Display: td elements wrapped in single anonymous table-row with displ
ay:contents tr</title> | 3 <title>CSS Display: td elements wrapped in single anonymous table-row with displ
ay:contents tr</title> |
4 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com"> | 4 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com"> |
5 <link rel="help" href="https://drafts.csswg.org/css-display-3/#valdef-display-co
ntents"> | 5 <link rel="help" href="https://drafts.csswg.org/css-display-3/#valdef-display-co
ntents"> |
6 <link rel="match" href="display-contents-pass-ref.html"> | 6 <link rel="match" href="display-contents-tr-001-ref.html"> |
7 <style> | 7 <style> |
8 tr { display: contents } | 8 tr { display: contents } |
9 </style> | 9 </style> |
10 <p>You should see the word PASS below.</p> | 10 <p>You should see the word PASS below.</p> |
11 <table cellpadding="0" cellspacing="0"> | 11 <table cellpadding="0" cellspacing="0"> |
12 <tr> | 12 <tr> |
13 <td>PA</td> | 13 <td>P<span>A</span></td> |
14 </tr> | 14 </tr> |
15 <tr> | 15 <tr> |
16 <td>SS</td> | 16 <td>S<span>S</span></td> |
17 </tr> | 17 </tr> |
18 </table> | 18 </table> |
OLD | NEW |