text-transform-upperlower-028

CSS3 Text, text transform: Deseret, uppercase

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Flags
font
Assertion
For the Deseret Unicode block, text-transform: uppercase puts all letters in uppercase .

Source

 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>