зеркало из https://github.com/mozilla/gecko-dev.git
66 строки
1.6 KiB
HTML
66 строки
1.6 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, ".", georgian)</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, ".", georgian); }
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p></p>
|
||
|
|
||
|
<div>
|
||
|
ა.ა
|
||
|
ა.ბ
|
||
|
ა.გ
|
||
|
ა.დ
|
||
|
ა.ე
|
||
|
ა.ვ
|
||
|
ა.ზ
|
||
|
ა.ჱ
|
||
|
ა.თ
|
||
|
ა.ი
|
||
|
ა.ია
|
||
|
ა.იბ
|
||
|
ა.კ
|
||
|
ა.ლ
|
||
|
ა.მ
|
||
|
ა.ნ
|
||
|
ა.ჲ
|
||
|
ა.ო
|
||
|
ა.პ
|
||
|
ა.ჟ
|
||
|
ა.რ
|
||
|
ა.ს
|
||
|
ა.ტ
|
||
|
ა.ჳ
|
||
|
ა.ფ
|
||
|
ა.ქ
|
||
|
ა.ღ
|
||
|
ა.ყ
|
||
|
ა.შ
|
||
|
ა.ჩ
|
||
|
ა.ც
|
||
|
ა.ძ
|
||
|
ა.წ
|
||
|
ა.ჭ
|
||
|
ა.ხ
|
||
|
ა.ჴ
|
||
|
ა.ჯ
|
||
|
ა.ჰ
|
||
|
ა.ჵ
|
||
|
ა.ჵჰშჟთ
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|