OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> |
2 <HTML> | 2 <HTML> |
3 <HEAD> | 3 <HEAD> |
4 <TITLE>CSS1 Test Suite: 5.4.4 vertical-align</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.4.4 vertical-align</TITLE> |
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 <META http-equiv="Content-Style-Type" content="text/css"> | 6 <META http-equiv="Content-Style-Type" content="text/css"> |
7 | 7 |
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
| 9 <SCRIPT src="../resources/base.js"></SCRIPT> |
9 <STYLE type="text/css"> | 10 <STYLE type="text/css"> |
10 P {font-size: 12pt;} | 11 P {font-size: 12pt;} |
11 .one {vertical-align: sub;} | 12 .one {vertical-align: sub;} |
12 .two {vertical-align: super;} | 13 .two {vertical-align: super;} |
13 .three {vertical-align: top; font-size: 12pt;} | 14 .three {vertical-align: top; font-size: 12pt;} |
14 .four {vertical-align: text-top; font-size: 12pt;} | 15 .four {vertical-align: text-top; font-size: 12pt;} |
15 .five {vertical-align: middle; font-size: 12pt;} | 16 .five {vertical-align: middle; font-size: 12pt;} |
16 .six {vertical-align: bottom; font-size: 12pt;} | 17 .six {vertical-align: bottom; font-size: 12pt;} |
17 .seven {vertical-align: text-bottom; font-size: 12pt;} | 18 .seven {vertical-align: text-bottom; font-size: 12pt;} |
18 .eight {vertical-align: baseline; font-size: 12pt;} | 19 .eight {vertical-align: baseline; font-size: 12pt;} |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="35" class="topalign"> | 283 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="35" class="topalign"> |
283 <SPAN style="font-size: 2em;" class="topalign">with the top of</SPAN> | 284 <SPAN style="font-size: 2em;" class="topalign">with the top of</SPAN> |
284 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="50" class="topalign"> | 285 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="50" class="topalign"> |
285 <SPAN class="topalign">the tallest element in</SPAN> | 286 <SPAN class="topalign">the tallest element in</SPAN> |
286 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="15" class="topalign"> | 287 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="15" class="topalign"> |
287 <BIG class="topalign">whichever line the elements appear.</BIG> | 288 <BIG class="topalign">whichever line the elements appear.</BIG> |
288 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="90" class="topalign"> | 289 <IMG SRC="../resources/vblank.gif" alt="[Image]" height="90" class="topalign"> |
289 </P> | 290 </P> |
290 </TD></TR></TABLE></BODY> | 291 </TD></TR></TABLE></BODY> |
291 </HTML> | 292 </HTML> |
OLD | NEW |