<html>
<head>
<link href="../../resources/css/db-prism.css" rel="stylesheet" type="text/css" />
<link href="../../resources/css/default.css" rel="stylesheet" type="text/css" />
<link href="../../resources/css/prism.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8" />
<meta content="DocBook XSL 2.0 Stylesheets Vxxx" name="generator" />
<script src="../../resources/js/dbmodnizr.js" type="text/javascript" />
<title>Article wrapper</title>
</head>
<body>
<article class="article" id="R.1" >
<header class="article-titlepage" >
<h2>Article wrapper</h2>
</header>
<p>Nested table test.</p>
<p>CALS:</p>
<figure class="informaltable-wrapper" id="R.1.4" >
<div class="informaltable" >
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " >
<colgroup>
<col class="tcol1" width="33%" />
<col class="tcol2" width="33%" />
<col class="tcol3" width="33%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a bar</td>
<td style="border-bottom: 1px solid ; " >a baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b foo</td>
<td>
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " width="100%" >
<colgroup>
<col class="tcol1" width="37.04%" />
<col class="tcol2" width="31.48%" />
<col class="tcol3" width="31.48%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' bar</td>
<td style="border-bottom: 1px solid ; " >a' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' bar</td>
<td rowspan="2" style="border-bottom: 1px solid ; " >b' and c' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c' foo</td>
<td style="border-right: 1px solid ; " >c' bar</td>
</tr>
</tbody>
</table>
</td>
<td style="border-bottom: 1px solid ; " >b baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c foo</td>
<td style="border-right: 1px solid ; " >c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>Nested table test.</p>
<figure class="informaltable-wrapper" id="R.1.6" >
<div class="informaltable" >
<table border="0" style="border-collapse: collapse;" >
<colgroup>
<col class="tcol1" width="33%" />
<col class="tcol2" width="33%" />
<col class="tcol3" width="33%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a bar</td>
<td style="border-bottom: 1px solid ; " >a baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b foo</td>
<td>
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " width="100%" >
<colgroup>
<col class="tcol1" width="37.04%" />
<col class="tcol2" width="31.48%" />
<col class="tcol3" width="31.48%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' bar</td>
<td style="border-bottom: 1px solid ; " >a' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' bar</td>
<td rowspan="2" style="border-bottom: 1px solid ; " >b' and c' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c' foo</td>
<td style="border-right: 1px solid ; " >c' bar</td>
</tr>
</tbody>
</table>
</td>
<td style="border-bottom: 1px solid ; " >b baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c foo</td>
<td style="border-right: 1px solid ; " >c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>HTML:</p>
<figure class="informaltable-wrapper" id="R.1.8" >
<div class="informaltable" >
<table border="1" >
<tbody>
<tr>
<td>a foo</td>
<td>a bar</td>
<td>a baz</td>
</tr>
<tr>
<td>b foo</td>
<td>
<table width="300" >
<tbody>
<tr>
<td>a' foo</td>
<td>a' bar</td>
<td>a' baz</td>
</tr>
<tr>
<td>b' foo</td>
<td>b' bar</td>
<td rowspan="2" >b' and c' baz</td>
</tr>
<tr>
<td>c' foo</td>
<td>c' bar</td>
</tr>
</tbody>
</table>
</td>
<td>b baz</td>
</tr>
<tr>
<td>c foo</td>
<td>c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>Nested table test.</p>
<figure class="informaltable-wrapper" id="R.1.10" >
<div class="informaltable" >
<table>
<tbody>
<tr>
<td>a foo</td>
<td>a bar</td>
<td>a baz</td>
</tr>
<tr>
<td>b foo</td>
<td>
<table width="200" >
<tbody>
<tr>
<td>a' foo</td>
<td>a' bar</td>
<td>a' baz</td>
</tr>
<tr>
<td>b' foo</td>
<td>b' bar</td>
<td rowspan="2" >b' and c' baz</td>
</tr>
<tr>
<td>c' foo</td>
<td>c' bar</td>
</tr>
</tbody>
</table>
</td>
<td>b baz</td>
</tr>
<tr>
<td>c foo</td>
<td>c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
</article>
<script src="../../resources/js/prism.js" />
</body>
</html> <html>
<head>
<link href="../../resources/css/db-prism.css" rel="stylesheet" type="text/css" />
<link href="../../resources/css/default.css" rel="stylesheet" type="text/css" />
<link href="../../resources/css/prism.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8" />
<meta content="DocBook XSL 2.0 Stylesheets Vxxx" name="generator" />
<script src="../../resources/js/dbmodnizr.js" type="text/javascript" />
<title>Article wrapper</title>
</head>
<body>
<article class="article" id="R.1" >
<header class="article-titlepage" >
<h2>Article wrapper</h2>
</header>
<div class="content" >
<p>Nested table test.</p>
<p>CALS:</p>
<figure class="informaltable-wrapper" id="R.1.4" >
<div class="informaltable" >
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " >
<colgroup>
<col class="tcol1" width="33%" />
<col class="tcol2" width="33%" />
<col class="tcol3" width="33%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a bar</td>
<td style="border-bottom: 1px solid ; " >a baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b foo</td>
<td>
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " width="100%" >
<colgroup>
<col class="tcol1" width="37.04%" />
<col class="tcol2" width="31.48%" />
<col class="tcol3" width="31.48%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' bar</td>
<td style="border-bottom: 1px solid ; " >a' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' bar</td>
<td rowspan="2" style="border-bottom: 1px solid ; " >b' and c' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c' foo</td>
<td style="border-right: 1px solid ; " >c' bar</td>
</tr>
</tbody>
</table>
</td>
<td style="border-bottom: 1px solid ; " >b baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c foo</td>
<td style="border-right: 1px solid ; " >c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>Nested table test.</p>
<figure class="informaltable-wrapper" id="R.1.6" >
<div class="informaltable" >
<table border="0" style="border-collapse: collapse;" >
<colgroup>
<col class="tcol1" width="33%" />
<col class="tcol2" width="33%" />
<col class="tcol3" width="33%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a bar</td>
<td style="border-bottom: 1px solid ; " >a baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b foo</td>
<td>
<table border="0" style="border-collapse: collapse;border-top: 1px solid ; border-bottom: 1px solid ; border-left: 1px solid ; border-right: 1px solid ; " width="100%" >
<colgroup>
<col class="tcol1" width="37.04%" />
<col class="tcol2" width="31.48%" />
<col class="tcol3" width="31.48%" />
</colgroup>
<tbody>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >a' bar</td>
<td style="border-bottom: 1px solid ; " >a' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' foo</td>
<td style="border-right: 1px solid ; border-bottom: 1px solid ; " >b' bar</td>
<td rowspan="2" style="border-bottom: 1px solid ; " >b' and c' baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c' foo</td>
<td style="border-right: 1px solid ; " >c' bar</td>
</tr>
</tbody>
</table>
</td>
<td style="border-bottom: 1px solid ; " >b baz</td>
</tr>
<tr>
<td style="border-right: 1px solid ; " >c foo</td>
<td style="border-right: 1px solid ; " >c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>HTML:</p>
<figure class="informaltable-wrapper" id="R.1.8" >
<div class="informaltable" >
<table border="1" >
<tbody>
<tr>
<td>a foo</td>
<td>a bar</td>
<td>a baz</td>
</tr>
<tr>
<td>b foo</td>
<td>
<table width="300" >
<tbody>
<tr>
<td>a' foo</td>
<td>a' bar</td>
<td>a' baz</td>
</tr>
<tr>
<td>b' foo</td>
<td>b' bar</td>
<td rowspan="2" >b' and c' baz</td>
</tr>
<tr>
<td>c' foo</td>
<td>c' bar</td>
</tr>
</tbody>
</table>
</td>
<td>b baz</td>
</tr>
<tr>
<td>c foo</td>
<td>c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
<p>Nested table test.</p>
<figure class="informaltable-wrapper" id="R.1.10" >
<div class="informaltable" >
<table>
<tbody>
<tr>
<td>a foo</td>
<td>a bar</td>
<td>a baz</td>
</tr>
<tr>
<td>b foo</td>
<td>
<table width="200" >
<tbody>
<tr>
<td>a' foo</td>
<td>a' bar</td>
<td>a' baz</td>
</tr>
<tr>
<td>b' foo</td>
<td>b' bar</td>
<td rowspan="2" >b' and c' baz</td>
</tr>
<tr>
<td>c' foo</td>
<td>c' bar</td>
</tr>
</tbody>
</table>
</td>
<td>b baz</td>
</tr>
<tr>
<td>c foo</td>
<td>c bar</td>
<td>c baz</td>
</tr>
</tbody>
</table>
</div>
</figure>
</div>
</article>
<script src="../../resources/js/prism.js" />
</body>
</html> Nested table test.
CALS:
Nested table test.
HTML:
Nested table test.
Nested table test.
CALS:
Nested table test.
HTML:
Nested table test.