зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
299 B
HTML
17 строки
299 B
HTML
<!doctype html>
|
|
<style>
|
|
:first-of-type::after {
|
|
content: counter(ctr385,korean-hanja-informal) counter(ctr636);
|
|
}
|
|
:only-of-type {
|
|
padding-inline-end:83%;
|
|
}
|
|
</style>
|
|
<s>
|
|
<a id='a'></a>
|
|
<script>
|
|
let o = document.getElementById('a');
|
|
document.body.offsetTop;
|
|
o.parentNode.appendChild(o);
|
|
</script>
|