text-transform-capitalize-005

CSS3 Text, text transform: capitalize, Latin Extended-A

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Assertion
For the Latin Extended-A 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, Latin Extended-A</title>
 5 <meta content="For the Latin Extended-A 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-005-ref.htm" rel="match">
 9 <style type="text/css">
10 @font-face {
11 	font-family: 'webfont';
12 	src: url('../../fonts/DoulosSIL-R.woff') format('woff');
13 	font-weight: normal;
14 	font-style: normal;
15 	}
16 .test, .ref { font-size: 200%; line-height: 2.5em; font-family: 'Doulos SIL', 'Noto Sans', webfont, sans-serif; }
17 .test span, .ref span { margin-right: 1em; white-space: nowrap; }
18 /* the CSS above is not part of the test */
19 .test { text-transform: capitalize; }
20 </style>
21 </head>
22 <body>
23 <p class="instructions">The text is arranged in pairs of three-letter 'words'. Test passes if the words in each pair match<br>
24 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+0101">āāā Āāā</span> <span title="U+0103">ăăă Ăăă</span> <span title="U+0105">ąąą Ąąą</span> <span title="U+0107">ććć Ććć</span> <span title="U+0109">ĉĉĉ Ĉĉĉ</span> <span title="U+010B">ċċċ Ċċċ</span> <span title="U+010D">ččč Ččč</span> <span title="U+010F">ďďď Ďďď</span> <span title="U+0111">đđđ Đđđ</span> <span title="U+0113">ēēē Ēēē</span> <span title="U+0115">ĕĕĕ Ĕĕĕ</span> <span title="U+0117">ėėė Ėėė</span> <span title="U+0119">ęęę Ęęę</span> <span title="U+011B">ěěě Ěěě</span> <span title="U+011D">ĝĝĝ Ĝĝĝ</span> <span title="U+011F">ğğğ Ğğğ</span> <span title="U+0121">ġġġ Ġġġ</span> <span title="U+0123">ģģģ Ģģģ</span> <span title="U+0125">ĥĥĥ Ĥĥĥ</span> <span title="U+0127">ħħħ Ħħħ</span> <span title="U+0129">ĩĩĩ Ĩĩĩ</span> <span title="U+012B">īīī Īīī</span> <span title="U+012D">ĭĭĭ Ĭĭĭ</span> <span title="U+012F">įįį Įįį</span> <span title="U+0131">ııı Iıı</span> <span title="U+0133">ijijij IJijij</span> <span title="U+0135">ĵĵĵ Ĵĵĵ</span> <span title="U+0137">ķķķ Ķķķ</span> <span title="U+013A">ĺĺĺ Ĺĺĺ</span> <span title="U+013C">ļļļ Ļļļ</span> <span title="U+013E">ľľľ Ľľľ</span> <span title="U+0140">ŀŀŀ Ŀŀŀ</span> <span title="U+0142">łłł Łłł</span> <span title="U+0144">ńńń Ńńń</span> <span title="U+0146">ņņņ Ņņņ</span> <span title="U+0148">ňňň Ňňň</span> <span title="U+014B">ŋŋŋ Ŋŋŋ</span> <span title="U+014D">ōōō Ōōō</span> <span title="U+014F">ŏŏŏ Ŏŏŏ</span> <span title="U+0151">őőő Őőő</span> <span title="U+0153">œœœ Œœœ</span> <span title="U+0155">ŕŕŕ Ŕŕŕ</span> <span title="U+0157">ŗŗŗ Ŗŗŗ</span> <span title="U+0159">řřř Řřř</span> <span title="U+015B">śśś Śśś</span> <span title="U+015D">ŝŝŝ Ŝŝŝ</span> <span title="U+015F">şşş Şşş</span> <span title="U+0161">ššš Ššš</span> <span title="U+0163">ţţţ Ţţţ</span> <span title="U+0165">ťťť Ťťť</span> <span title="U+0167">ŧŧŧ Ŧŧŧ</span> <span title="U+0169">ũũũ Ũũũ</span> <span title="U+016B">ūūū Ūūū</span> <span title="U+016D">ŭŭŭ Ŭŭŭ</span> <span title="U+016F">ůůů Ůůů</span> <span title="U+0171">űűű Űűű</span> <span title="U+0173">ųųų Ųųų</span> <span title="U+0175">ŵŵŵ Ŵŵŵ</span> <span title="U+0177">ŷŷŷ Ŷŷŷ</span> <span title="U+017A">źźź Źźź</span> <span title="U+017C">żżż Żżż</span> <span title="U+017E">žžž Žžž</span> <span title="U+017F">ſſſ Sſſ</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>