baseline-empty-cell-001.html (621B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Baseline aligned cells with explicit height</title> 4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 5 <link rel="author" href="https://mozilla.org" title="Mozilla"> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1936549"> 7 <link rel="help" href="https://drafts.csswg.org/css-tables/"> 8 <link rel="match" href="baseline-empty-cell-ref.html"> 9 <style> 10 table { border-collapse:collapse } 11 tr { vertical-align:baseline } 12 td { height: 30px; border: 1px solid black } 13 </style> 14 <table> 15 <tr><td>ABCDE</td><td></td></tr> 16 </table>