text-transform-capitalize-030

CSS3 Text, text transform: capitalize, Georgian Supplement

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Flags
font
Assertion
For the Georgian Supplement Unicode block, text-transform: capitalize puts the first typographic letter unit of each word in titlecase; other characters are unaffected.

Source

 1 <!DOCTYPE html>
 2 <html lang="en"><head>
 3 <meta charset="utf-8">
 4 <title>CSS3 Text, text transform: capitalize, Georgian Supplement</title>
 5 <meta content="For the Georgian Supplement 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-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: 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+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>
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>