forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathex-footnote.html
More file actions
32 lines (28 loc) · 888 Bytes
/
ex-footnote.html
File metadata and controls
32 lines (28 loc) · 888 Bytes
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
<!doctype html public '-//W3C//DTD HTML 4.01//EN'>
<html lang=en>
<title>Example “footnote”</title>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.tpl_layout1.1.6-bb.js"></script>
<script type="text/javascript">$(function() {$.setTemplateLayout();});</script>
<style type="text/css">
div.section {
grid: "*"
"F"}
.note {
flow: F;
content: counter(note) ".\A0" contents;
counter-increment: note;
font-size: smaller}
.note::before {
content: counter(note);
vertical-align: super;
font-size: larger}
</style>
<p>(This example doesn't work with the JavaScript emulator.)
<div class=section>
<p>The balubious coster of the fifth secter<span
class=note> The sixth secter coster is a difter
manon.</span> of The Rollow Carpug mentizes a costernica.
<p>…
</div>
</html>