1 <!DOCTYPE html>
2 <html lang="en"><head>
3 <meta charset="utf-8">
4 <title>CSS3 Text, text transform: Deseret, uppercase</title>
5 <meta content="For the Deseret Unicode block, text-transform: uppercase puts all letters in uppercase ." name="assert">
6 <link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
7 <link href="https://drafts.csswg.org/css-text-3/#text-transform" rel="help">
8 <link href="reference/text-transform-upperlower-028-ref.htm" rel="match">
9 <meta content="font" name="flags">
10 <style type="text/css">
11 @font-face {
12 font-family: 'webfont';
13 src: url('../../fonts/NotoSansDeseret-Regular.ttf') format('truetype');
14 font-weight: normal;
15 font-style: normal;
16 }
17 .test, .ref { font-size: 200%; line-height: 2.5em; font-family: webfont, serif; }
18 .test span, .ref span { margin-right: 1em; white-space: nowrap; }
19 /* the CSS above is not part of the test */
20 .test { text-transform: uppercase; }
21 </style>
22 </head>
23 <body>
24 <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>
25 <div class="test"><span title="U+10428">๐จ ๐</span> <span title="U+10429">๐ฉ ๐</span> <span title="U+1042A">๐ช ๐</span> <span title="U+1042B">๐ซ ๐</span> <span title="U+1042C">๐ฌ ๐</span> <span title="U+1042D">๐ญ ๐
</span> <span title="U+1042E">๐ฎ ๐</span> <span title="U+1042F">๐ฏ ๐</span> <span title="U+10430">๐ฐ ๐</span> <span title="U+10431">๐ฑ ๐</span> <span title="U+10432">๐ฒ ๐</span> <span title="U+10433">๐ณ ๐</span> <span title="U+10434">๐ด ๐</span> <span title="U+10435">๐ต ๐</span> <span title="U+10436">๐ถ ๐</span> <span title="U+10437">๐ท ๐</span> <span title="U+10438">๐ธ ๐</span> <span title="U+10439">๐น ๐</span> <span title="U+1043A">๐บ ๐</span> <span title="U+1043B">๐ป ๐</span> <span title="U+1043C">๐ผ ๐</span> <span title="U+1043D">๐ฝ ๐</span> <span title="U+1043E">๐พ ๐</span> <span title="U+1043F">๐ฟ ๐</span> <span title="U+10440">๐ ๐</span> <span title="U+10441">๐ ๐</span> <span title="U+10442">๐ ๐</span> <span title="U+10443">๐ ๐</span> <span title="U+10444">๐ ๐</span> <span title="U+10445">๐
๐</span> <span title="U+10446">๐ ๐</span> <span title="U+10447">๐ ๐</span> <span title="U+10448">๐ ๐ </span> <span title="U+10449">๐ ๐ก</span> <span title="U+1044A">๐ ๐ข</span> <span title="U+1044B">๐ ๐ฃ</span> <span title="U+1044C">๐ ๐ค</span> <span title="U+1044D">๐ ๐ฅ</span> <span title="U+1044E">๐ ๐ฆ</span> <span title="U+1044F">๐ ๐ง</span> </div>
26 <!--Notes:
27 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>.
28 -->
29
30 </body></html>