mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
312 B
HTML
10 lines
312 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
span span span::before {
|
|
counter-increment: item;
|
|
content: counter(item, -moz-thai) "." counter(item, -moz-thai) "." counter(item, -moz-thai);
|
|
content: counter(item, thai) "." counter(item, thai) "." counter(item, thai);
|
|
}
|
|
</style>
|
|
<span><span><span></span></span></span>
|