• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3  <head></head>
4  <body>
5    <h3>
6      Table 1.3
7    </h3>
8    <div class="toc">
9      <p>
10        <b>Table of contents</b>
11      </p>
12      <ul>
13        <li>
14          <a href="#table_tests.section1">Section 1</a>
15        </li>
16      </ul>
17    </div>
18    <div id="table_tests.t0" class="table">
19      <table>
20        <caption>Table 2</caption>
21        <thead>
22          <tr>
23            <th>
24              <p>
25                Heading
26              </p>
27            </th>
28          </tr>
29        </thead>
30        <tbody>
31          <tr>
32            <td>
33              <p>
34                cell
35              </p>
36            </td>
37          </tr>
38        </tbody>
39      </table>
40    </div>
41    <div class="informaltable">
42      <table>
43        <thead>
44          <tr>
45            <th>
46              <p>
47                Heading
48              </p>
49            </th>
50          </tr>
51        </thead>
52        <tbody>
53          <tr>
54            <td>
55              <p>
56                cell
57              </p>
58            </td>
59          </tr>
60        </tbody>
61      </table>
62    </div>
63    <div id="table_tests.t1" class="table">
64      <table>
65        <caption>Title</caption>
66        <thead>
67          <tr>
68            <th>
69              <p>
70                Heading
71              </p>
72            </th>
73          </tr>
74        </thead>
75        <tbody>
76          <tr>
77            <td>
78              <p>
79                cell
80              </p>
81            </td>
82          </tr>
83        </tbody>
84      </table>
85    </div>
86    <div id="table_tests.t2" class="table">
87      <table>
88        <caption>Title</caption>
89        <thead>
90          <tr>
91            <th>
92              <p>
93                Heading
94              </p>
95            </th>
96          </tr>
97        </thead>
98        <tbody>
99          <tr>
100            <td>
101              <p>
102                cell
103              </p>
104            </td>
105          </tr>
106        </tbody>
107      </table>
108    </div>
109    <div id="table_tests.t3" class="table">
110      <table>
111        <caption>Title [/ ] containing a comment</caption>
112        <thead>
113          <tr>
114            <th>
115              <p>
116                Heading
117              </p>
118            </th>
119          </tr>
120        </thead>
121        <tbody>
122          <tr>
123            <td>
124              <p>
125                cell
126              </p>
127            </td>
128          </tr>
129        </tbody>
130      </table>
131    </div>
132    <div id="table_tests.t4" class="table">
133      <table>
134        <caption>Title</caption>
135        <thead>
136          <tr>
137            <th>
138              <p>
139                Heading
140              </p>
141            </th>
142          </tr>
143        </thead>
144        <tbody>
145          <tr>
146            <td>
147              <p>
148                cell
149              </p>
150            </td>
151          </tr>
152        </tbody>
153      </table>
154    </div>
155    <div id="table_tests.t5" class="table">
156      <table>
157        <caption>[[Title]]</caption>
158        <thead>
159          <tr>
160            <th>
161              <p>
162                Heading
163              </p>
164            </th>
165          </tr>
166        </thead>
167        <tbody>
168          <tr>
169            <td>
170              <p>
171                cell
172              </p>
173            </td>
174          </tr>
175        </tbody>
176      </table>
177    </div>
178    <div id="table_tests.section1">
179      <h3>
180        Section 1
181      </h3>
182      <div id="table_tests.section1">
183        <div id="table_tests.section1.t0" class="table">
184          <table>
185            <caption>A &amp; B</caption>
186            <thead>
187              <tr>
188                <th>
189                  <p>
190                    A
191                  </p>
192                </th>
193                <th>
194                  <p>
195                    B
196                  </p>
197                </th>
198              </tr>
199            </thead>
200            <tbody>
201              <tr>
202                <td>
203                  <p>
204                    a
205                  </p>
206                </td>
207                <td>
208                  <p>
209                    b
210                  </p>
211                </td>
212              </tr>
213            </tbody>
214          </table>
215        </div>
216        <div id="table_tests.section1.t1" class="table">
217          <table>
218            <caption>Empty Table</caption>
219            <tbody>
220            </tbody>
221          </table>
222        </div>
223        <div id="table_tests.section1.t2" class="table">
224          <table>
225            <caption>Table with an empty cell</caption>
226            <tbody>
227              <tr>
228                <td>
229                  <p>
230                    x
231                  </p>
232                </td>
233              </tr>
234            </tbody>
235          </table>
236        </div>
237        <div id="table_tests.section1.t3" class="table">
238          <table>
239            <caption>Indentation</caption>
240            <thead>
241              <tr>
242                <th>
243                  <p>
244                    Header 1. Paragraph 1
245                  </p>
246                  <p>
247                    Header 1. Paragraph 2
248                  </p>
249                </th>
250                <th>
251                  <p>
252                    Header 2
253                  </p>
254                </th>
255              </tr>
256            </thead>
257            <tbody>
258              <tr>
259                <td>
260                  <p>
261                    Row 1. Cell 1.
262                  </p>
263                </td>
264                <td>
265                  <p>
266                    Row 1. Cell 2.
267                  </p>
268                  <p>
269                    Row 1. Cell 2. Paragraph 2.
270                  </p>
271                </td>
272              </tr>
273            </tbody>
274          </table>
275        </div>
276        <div id="table_tests.section1.t4" class="table">
277          <table>
278            <caption>Nested Tables</caption>
279            <thead>
280              <tr>
281                <th>
282                  <p>
283                    Header 1
284                  </p>
285                </th>
286                <th>
287                  <p>
288                    Header 2
289                  </p>
290                </th>
291              </tr>
292            </thead>
293            <tbody>
294              <tr>
295                <td>
296                  <div id="table_tests.section1.t5" class="table">
297                    <table>
298                      <caption>Inner Table</caption>
299                      <thead>
300                        <tr>
301                          <th>
302                            <p>
303                              1.1
304                            </p>
305                          </th>
306                          <th>
307                            <p>
308                              1.2
309                            </p>
310                          </th>
311                        </tr>
312                      </thead>
313                      <tbody>
314                        <tr>
315                          <td>
316                            <p>
317                              2.1
318                            </p>
319                          </td>
320                          <td>
321                            <p>
322                              2.2
323                            </p>
324                          </td>
325                        </tr>
326                      </tbody>
327                    </table>
328                  </div>
329                </td>
330              </tr>
331              <tr>
332                <td>
333                  <p>
334                    Something.
335                  </p>
336                </td>
337              </tr>
338            </tbody>
339          </table>
340        </div>
341        <span id="id1"></span>
342        <div id="table_tests.section1.t6" class="table">
343          <table>
344            <caption>Table with anchors</caption>
345            <thead>
346              <tr>
347                <th>
348                  <p>
349                    <span id="id2"></span>a<span id="id3"></span>
350                  </p>
351                </th>
352              </tr>
353            </thead>
354            <tbody>
355              <tr>
356                <td>
357                  <p>
358                    b
359                  </p>
360                </td>
361              </tr>
362            </tbody>
363          </table>
364        </div>
365      </div>
366    </div>
367  </body>
368</html>
369