-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathfigure.html
More file actions
73 lines (63 loc) · 2.85 KB
/
Copy pathfigure.html
File metadata and controls
73 lines (63 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<head><meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="utf-8"></head><body><div id="shortcuts-help">
<ul>
<li><span>Toggle shortcuts help</span><code>?</code></li>
<li><span>Toggle "can call user code" annotations</span><code>u</code></li>
<li><span>Jump to search box</span><code>/</code></li>
<li><span>Toggle pinning of the current clause</span><code>p</code></li>
<li><span>Jump to the <i>n</i><sup>th</sup> pin</span><code>1-9</code></li>
<li><span>Jump to the 10<sup>th</sup> pin</span><code>0</code></li>
<li><span>Jump to the most recent link target</span><code>`</code></li>
</ul></div><div id="spec-container">
<link rel="stylesheet" href="css/elements.css">
<emu-figure id="figure-1"><figure><figcaption>Figure 1</figcaption>
this is a figure!
</figure></emu-figure>
<!-- deprecated: caption element -->
<emu-figure id="figure-2" informative="" caption="Informative figure"><figure><figcaption>Figure 2 (Informative) — Informative figure</figcaption>
this is a figure!
</figure></emu-figure>
<emu-table id="table-1" caption="An example table"><figure><figcaption>Table 1 — An example table</figcaption>
<table>
<thead>
<tr><td>Column 1</td><td>Column 2</td></tr>
</thead>
<tbody><tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
</tbody></table>
</figure></emu-table>
<emu-table id="table-2" caption="An example table 2" informative=""><figure><figcaption>Table 2 (Informative) — An example table 2</figcaption>
<table>
<tbody><tr><th>Column 1</th><th>Column 2</th></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
</tbody></table>
</figure></emu-table>
<emu-figure id="figure-3" informative=""><figure><figcaption>Figure 3 (Informative) — This is the caption</figcaption>
this is a figure!
</figure></emu-figure>
<emu-table id="table-3"><figure><figcaption>Table 3 — This is a table</figcaption>
<table>
<thead>
<tr><td>Column 1</td><td>Column 2</td></tr>
</thead>
<tbody><tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
</tbody></table>
</figure></emu-table>
<emu-table id="table-4" informative=""><figure><figcaption>Table 4 (Informative) — This is a <b>second</b> table</figcaption>
<table>
<tbody><tr><th>Column 1</th><th>Column 2</th></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
<tr><td>Value</td><td>Value 2</td></tr>
</tbody></table>
</figure></emu-table>
</div></body>