blob: e1750a27d97ccb7897f976e1af00dc4d9d436526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<style>
dl::before {
position: fixed;
content: "";
}
</style>
<script>
function go() {
b.appendChild(a)
}
</script>
<body onload=go()>
<data>
<dl id="a" style="display: contents">
<dl></dl>
<dd style="position: fixed">
</dl>
<svg>
<text>
<textPath id="b">
|