https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e9fa269ec49014327561f4bc4c6d8d3b23b7783e authored by ffxbld on 25 January 2014, 11:16:45 UTC
No bug, Automated blocklist update from host bld-linux64-ec2-468 - a=blocklist-update
Tip revision: e9fa269
multiple-thai-counters.html
<!DOCTYPE html>
<style>
  span {
    counter-reset: item;
    counter-increment: item;
  }
  span span span::before {
    content: counters(item, ".", -moz-thai);
    content: counters(item, ".", thai);
  }
</style>
<span><span><span></span></span></span>
back to top