blob: 42b3906f617cd29eae47a1d48bbd13a025d91770 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: Cyrillic Supplement, uppercase</title>
<meta name="assert" content="For the Cyrillic Supplement Unicode block, text-transform: uppercase puts all letters in uppercase .">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='https://drafts.csswg.org/css-text-3/#text-transform'>
<link rel="match" href="reference/text-transform-upperlower-020-ref.html">
<style type='text/css'>
@font-face {
font-family: 'webfont';
src: url('/fonts/GentiumPlus-R.woff2') format('woff2'),
url('/fonts/GentiumPlus-R.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-size: 200%; line-height: 2.5em; font-family: 'Doulos SIL', 'Noto Serif', 'Noto Sans', webfont, sans-serif; }
.test span, .ref span { margin-right: 1em; white-space: nowrap; }
/* the CSS above is not part of the test */
.test { text-transform: uppercase; }
</style>
</head>
<body>
<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>
<div class="test"><span title="U+0501">&#x0501; &#x0500;</span> <span title="U+0503">&#x0503; &#x0502;</span> <span title="U+0505">&#x0505; &#x0504;</span> <span title="U+0507">&#x0507; &#x0506;</span> <span title="U+0509">&#x0509; &#x0508;</span> <span title="U+050B">&#x050B; &#x050A;</span> <span title="U+050D">&#x050D; &#x050C;</span> <span title="U+050F">&#x050F; &#x050E;</span> <span title="U+0511">&#x0511; &#x0510;</span> <span title="U+0513">&#x0513; &#x0512;</span> <span title="U+0515">&#x0515; &#x0514;</span> <span title="U+0517">&#x0517; &#x0516;</span> <span title="U+0519">&#x0519; &#x0518;</span> <span title="U+051B">&#x051B; &#x051A;</span> <span title="U+051D">&#x051D; &#x051C;</span> <span title="U+051F">&#x051F; &#x051E;</span> <span title="U+0521">&#x0521; &#x0520;</span> <span title="U+0523">&#x0523; &#x0522;</span> <span title="U+0525">&#x0525; &#x0524;</span> <span title="U+0527">&#x0527; &#x0526;</span> <span title="U+0529">&#x0529; &#x0528;</span> <span title="U+052B">&#x052B; &#x052A;</span> <span title="U+052D">&#x052D; &#x052C;</span> <span title="U+052F">&#x052F; &#x052E;</span></div>
<!--Notes:
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>.
-->
</body>
</html>