mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
14 lines
272 B
HTML
14 lines
272 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<link rel="stylesheet" href="test-common.css">
|
||
|
|
<style type="text/css">
|
||
|
|
@counter-style a {
|
||
|
|
system: extends decimal;
|
||
|
|
pad: 3 "0";
|
||
|
|
pad: -1 "X";
|
||
|
|
pad: "#";
|
||
|
|
pad: 2 0;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<ol style="list-style-type: a">
|
||
|
|
<li><li><li><li><li>
|
||
|
|
</ol>
|