blob: e2ed8da169ba9d00f3eedb95e14d7192dd1cca2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<style type="text/css">
@counter-style triangle { symbols: b; }
@counter-style disc { system: extends triangle; }
</style>
</head>
<body>
<ul><li><---That should be a 'b' character.
|