blob: 099bbf9e6709c6633a0ee8090ad50c197f764f8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>CSS3 Text, text transform: Armenian, uppercase</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<meta content="font" name="flags" />
<style type="text/css">
@font-face {
font-family: 'webfont';
src: url('../../fonts/NotoSansArmenian-Regular') format('truetype');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-size: 200%; line-height: 2.5em; font-family: 'Noto Sans Armenian', webfont, serif; }
.test span, .ref span { margin-right: 1em; white-space: nowrap; }
</style>
</head>
<body>
<p class="instructions">Test passes if both characters in each pair match. If you are missing a font glyph for a character, ignore that pair, but report which characters were ignored.</p>
<div class="test"><span title="U+0561">Ա Ա</span> <span title="U+0562">Բ Բ</span> <span title="U+0563">Գ Գ</span> <span title="U+0564">Դ Դ</span> <span title="U+0565">Ե Ե</span> <span title="U+0566">Զ Զ</span> <span title="U+0567">Է Է</span> <span title="U+0568">Ը Ը</span> <span title="U+0569">Թ Թ</span> <span title="U+056A">Ժ Ժ</span> <span title="U+056B">Ի Ի</span> <span title="U+056C">Լ Լ</span> <span title="U+056D">Խ Խ</span> <span title="U+056E">Ծ Ծ</span> <span title="U+056F">Կ Կ</span> <span title="U+0570">Հ Հ</span> <span title="U+0571">Ձ Ձ</span> <span title="U+0572">Ղ Ղ</span> <span title="U+0573">Ճ Ճ</span> <span title="U+0574">Մ Մ</span> <span title="U+0575">Յ Յ</span> <span title="U+0576">Ն Ն</span> <span title="U+0577">Շ Շ</span> <span title="U+0578">Ո Ո</span> <span title="U+0579">Չ Չ</span> <span title="U+057A">Պ Պ</span> <span title="U+057B">Ջ Ջ</span> <span title="U+057C">Ռ Ռ</span> <span title="U+057D">Ս Ս</span> <span title="U+057E">Վ Վ</span> <span title="U+057F">Տ Տ</span> <span title="U+0580">Ր Ր</span> <span title="U+0581">Ց Ց</span> <span title="U+0582">Ւ Ւ</span> <span title="U+0583">Փ Փ</span> <span title="U+0584">Ք Ք</span> <span title="U+0585">Օ Օ</span> <span title="U+0586">Ֆ Ֆ</span></div>
<!--Notes:
Characters from this block that do not have case equivalents: ՙ ՚ ՛ ՜ ՝ ՞ ՟ և ։ ֊ ֍ ֎ ֏
Tip: To identify the characters where differences occur, in order to report problem characters,either mouse over to reveal a tooltip, or copy and paste the sequence into a tool such as <a href='http://r12a.github.io/uniview/' target='_blank'>UniView</a> or the <a href='http://r12a.github.io/apps/conversion/' target='_blank'>Unicode Conversion Tool</a>.
-->
</body></html>
|