blob: 39fbe3debb7271a4d3bd47bbb06c5c29a8fb4bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE HTML>
<link rel="stylesheet" href="resources/p-in-scope.css">
<p>
The symbol in row <tt>foo</tt> and column <tt>bar</tt> shows whether
<tt><p><bar><foo></tt> is allowed (+) or closes the
<tt><p></tt> before opening <tt><foo></tt> (-).
</p>
<table>
<thead>
<tr id="header-row">
<th>Leaf</th>
<th></th>
</tr>
</thead>
<tbody id="results">
</tbody>
</table>
<pre id="console"></pre>
<script src="resources/p-in-scope.js"></script>
|