https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2480fa01c44aaad349956bebb9ca81005d1a3ae2 authored by ffxbld on 13 July 2015, 20:23:20 UTC
Added FENNEC_39_0_2_RELEASE FENNEC_39_0_2_BUILD1 tag(s) for changeset 507d79db3aae. DONTBUILD CLOSED TREE a=release
Tip revision: 2480fa0
frame_below_rules_all_ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<title>Frame="below" and Rules="all"</title>
      <link rel="stylesheet" type="text/css" href="bordercol.css" />
</head>
<body>
<table class="bottom bc">
	<caption><a name="void-none">Frame="below" and Rules="all"</caption>
	<thead>
		<tr>
			<td>Row 1, Cell 1</td>
			<td class="border">Row 1, Cell 2</td>
			<td class="border">Row 1, Cell 3</td>
		</tr>
	</thead>
	<tbody>
		<tr class="border">
			<td rowspan="2">Row 2, Cell 1</td>
			<td colspan="2" class="border">Row 2, Cell 2</td>
		</tr>
		<tr class="border">
			<td class="border">Row 3, Cell 2</td>
			<td rowspan="2" class="border">Row 3, Cell 3</td>
		</tr>
		<tr class="border">
			<td colspan="2">Row 4, Cell 1</td>
		</tr>
	</tbody>
	<tfoot>
		<tr>
			<td>Row 5, Cell 1</td>
			<td class="border">Row 5, Cell 2</td>
			<td class="border">Row 5, Cell 3</td>
		</tr>
	</tfoot>
</table>


</body>

</html>
back to top