1 <!DOCTYPE html>
2 <html lang="en"><head>
3 <meta charset="utf-8">
4 <title>CSS3 Text, text transform: Deseret, lowercase</title>
5 <meta content="For the Deseret Unicode block, text-transform: lowercase puts all letters in lowercase ." 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-029-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: lowercase; }
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+10400">๐ ๐จ</span> <span title="U+10401">๐ ๐ฉ</span> <span title="U+10402">๐ ๐ช</span> <span title="U+10403">๐ ๐ซ</span> <span title="U+10404">๐ ๐ฌ</span> <span title="U+10405">๐
๐ญ</span> <span title="U+10406">๐ ๐ฎ</span> <span title="U+10407">๐ ๐ฏ</span> <span title="U+10408">๐ ๐ฐ</span> <span title="U+10409">๐ ๐ฑ</span> <span title="U+1040A">๐ ๐ฒ</span> <span title="U+1040B">๐ ๐ณ</span> <span title="U+1040C">๐ ๐ด</span> <span title="U+1040D">๐ ๐ต</span> <span title="U+1040E">๐ ๐ถ</span> <span title="U+1040F">๐ ๐ท</span> <span title="U+10410">๐ ๐ธ</span> <span title="U+10411">๐ ๐น</span> <span title="U+10412">๐ ๐บ</span> <span title="U+10413">๐ ๐ป</span> <span title="U+10414">๐ ๐ผ</span> <span title="U+10415">๐ ๐ฝ</span> <span title="U+10416">๐ ๐พ</span> <span title="U+10417">๐ ๐ฟ</span> <span title="U+10418">๐ ๐</span> <span title="U+10419">๐ ๐</span> <span title="U+1041A">๐ ๐</span> <span title="U+1041B">๐ ๐</span> <span title="U+1041C">๐ ๐</span> <span title="U+1041D">๐ ๐
</span> <span title="U+1041E">๐ ๐</span> <span title="U+1041F">๐ ๐</span> <span title="U+10420">๐ ๐</span> <span title="U+10421">๐ก ๐</span> <span title="U+10422">๐ข ๐</span> <span title="U+10423">๐ฃ ๐</span> <span title="U+10424">๐ค ๐</span> <span title="U+10425">๐ฅ ๐</span> <span title="U+10426">๐ฆ ๐</span> <span title="U+10427">๐ง ๐</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 </body></html>