1 2 3 4 5 6 7 8 9 10 11 12
<!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>