text-transform-upperlower-030

CSS3 Text, text transform: Georgian Supplement, uppercase

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Flags
font
Assertion
For the Georgian Supplement 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: Georgian Supplement, uppercase</title>
 5 <meta content="For the Georgian Supplement 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-030-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/NotoSansGeorgian-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+2D00">ⴀ Ⴀ</span> <span title="U+2D01">ⴁ Ⴁ</span> <span title="U+2D02">ⴂ Ⴂ</span> <span title="U+2D03">ⴃ Ⴃ</span> <span title="U+2D04">ⴄ Ⴄ</span> <span title="U+2D05">ⴅ Ⴅ</span> <span title="U+2D06">ⴆ Ⴆ</span> <span title="U+2D07">ⴇ Ⴇ</span> <span title="U+2D08">ⴈ Ⴈ</span> <span title="U+2D09">ⴉ Ⴉ</span> <span title="U+2D0A">ⴊ Ⴊ</span> <span title="U+2D0B">ⴋ Ⴋ</span> <span title="U+2D0C">ⴌ Ⴌ</span> <span title="U+2D0D">ⴍ Ⴍ</span> <span title="U+2D0E">ⴎ Ⴎ</span> <span title="U+2D0F">ⴏ Ⴏ</span> <span title="U+2D10">ⴐ Ⴐ</span> <span title="U+2D11">ⴑ Ⴑ</span> <span title="U+2D12">ⴒ Ⴒ</span> <span title="U+2D13">ⴓ Ⴓ</span> <span title="U+2D14">ⴔ Ⴔ</span> <span title="U+2D15">ⴕ Ⴕ</span> <span title="U+2D16">ⴖ Ⴖ</span> <span title="U+2D17">ⴗ Ⴗ</span> <span title="U+2D18">ⴘ Ⴘ</span> <span title="U+2D19">ⴙ Ⴙ</span> <span title="U+2D1A">ⴚ Ⴚ</span> <span title="U+2D1B">ⴛ Ⴛ</span> <span title="U+2D1C">ⴜ Ⴜ</span> <span title="U+2D1D">ⴝ Ⴝ</span> <span title="U+2D1E">ⴞ Ⴞ</span> <span title="U+2D1F">ⴟ Ⴟ</span> <span title="U+2D20">ⴠ Ⴠ</span> <span title="U+2D21">ⴡ Ⴡ</span> <span title="U+2D22">ⴢ Ⴢ</span> <span title="U+2D23">ⴣ Ⴣ</span> <span title="U+2D24">ⴤ Ⴤ</span> <span title="U+2D25">ⴥ Ⴥ</span> <span title="U+2D27">ⴧ Ⴧ</span> <span title="U+2D2D">ⴭ Ⴭ</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>