mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
65 lines
1.5 KiB
HTML
65 lines
1.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CSS 2.1 Test Suite: content: counters(c, ".", armenian)</title>
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
|
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
|
<style type="text/css">
|
|
|
|
body, #test span:first-child { counter-reset: c; }
|
|
p, #test span { counter-increment: c; }
|
|
#test span:before { content: counters(c, ".", armenian); }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p></p>
|
|
|
|
<div>
|
|
Ա.Ա
|
|
Ա.Բ
|
|
Ա.Գ
|
|
Ա.Դ
|
|
Ա.Ե
|
|
Ա.Զ
|
|
Ա.Է
|
|
Ա.Ը
|
|
Ա.Թ
|
|
Ա.Ժ
|
|
Ա.ԺԱ
|
|
Ա.ԺԲ
|
|
Ա.Ի
|
|
Ա.Լ
|
|
Ա.Խ
|
|
Ա.Ծ
|
|
Ա.Կ
|
|
Ա.Հ
|
|
Ա.Ձ
|
|
Ա.Ղ
|
|
Ա.Ճ
|
|
Ա.Մ
|
|
Ա.Յ
|
|
Ա.Ն
|
|
Ա.Շ
|
|
Ա.Ո
|
|
Ա.Չ
|
|
Ա.Պ
|
|
Ա.Ջ
|
|
Ա.Ռ
|
|
Ա.Ս
|
|
Ա.Վ
|
|
Ա.Տ
|
|
Ա.Ր
|
|
Ա.Ց
|
|
Ա.ՈՒ
|
|
Ա.Փ
|
|
Ա.Ք
|
|
Ա.ՔՋՂԹ
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|