Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-transform/text-transform-capitalize-028.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: capitalize, Deseret</title>
<meta name="assert" content="For the Deseret Unicode block, text-transform: capitalize puts the first typographic letter unit of each word in titlecase; other characters are unaffected.">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel="match" href="reference/text-transform-capitalize-028-ref.html">
<style type='text/css'>
@font-face {
font-family: 'webfont';
src: url('/fonts/noto/NotoSansDeseret-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-size: 125%; line-height: 1.5em; font-family: webfont, serif; }
.test span, .ref span { margin-right: 1em; white-space: nowrap; }
/* the CSS above is not part of the test */
.test { text-transform: capitalize; }
</style>
</head>
<body>
<p class="instructions">The text is arranged in pairs of three-letter 'words'. Test passes if the words in each pair match<br>
If you are missing a font glyph for a character, ignore that pair, but report which characters were ignored.</p>
<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>
</body>
</html>