forked from mirrors/gecko-dev
14 lines
428 B
HTML
14 lines
428 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference: ::marker pseudo elements styled with 'content' property</title>
|
|
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
|
|
<style>
|
|
span { font-size: 32pt; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ol><li style="list-style-type:'a1b'"></li><li style="list-style-type:'a2b'">B</li><li style="list-style-type:'a3b'"><span>C</span></li></ol>
|
|
</body>
|
|
</html>
|