1 <!DOCTYPE html>
2 <html lang="en"><head>
3 <meta charset="utf-8">
4 <title>CSS3 Text, text transform: capitalize, Deseret</title>
5 <meta content="For the Deseret Unicode block, text-transform: capitalize puts the first typographic letter unit of each word in titlecase; other characters are unaffected." 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-capitalize-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: capitalize; }
21 </style>
22 </head>
23 <body>
24 <p class="instructions">The text is arranged in pairs of three-letter 'words'. Test passes if the words in each pair match<br>
25 If you are missing a font glyph for a character, ignore that pair, but report which characters were ignored.</p>
26 <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>
27 <!--Notes:
28 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>.
29 -->
30
31 </body></html>