Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS Lists Reference: counter-reset reversed and regular counter</title>
<style>
.d::before { content: attr(data-val); }
</style>
<p>You should see the 2.2 below.</p>
<div class="d" data-val="2.2"></div>