File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < meta charset =utf-8 >
3
+ < title > Baseline aligned cells with explicit height</ title >
4
+ < link rel ="
author "
href ="
mailto:[email protected] "
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 >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < style >
3
+ table { border-collapse : collapse }
4
+ tr { vertical-align : baseline }
5
+ td { border : 1px solid black; height : 30px }
6
+ </ style >
7
+ < table >
8
+ < tr > < td > ABCDE</ td > < td style ="max-width: 0 "> </ td > </ tr >
9
+ </ table >
You can’t perform that action at this time.
0 commit comments