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-upperlower-015.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, text transform: Greek and Coptic, lowercase</title>
<meta name="assert" content="For the Greek and Coptic Unicode block, text-transform: lowercase puts all letters in lowercase .">
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel="match" href="reference/text-transform-upperlower-015-ref.html">
<style type='text/css'>
@font-face {
font-family: 'webfont';
src: url('/fonts/GentiumPlus-R.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-size: 125%; line-height: 1.5em; font-family: 'Gentium Plus', '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: lowercase; }
</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+0370">Ͱ ͱ</span> <span title="U+0372">Ͳ ͳ</span> <span title="U+0376">Ͷ ͷ</span> <span title="U+037F">Ϳ ϳ</span> <span title="U+0386">Ά ά</span> <span title="U+0388">Έ έ</span> <span title="U+0389">Ή ή</span> <span title="U+038A">Ί ί</span> <span title="U+038C">Ό ό</span> <span title="U+038E">Ύ ύ</span> <span title="U+038F">Ώ ώ</span> <span title="U+0391">Α α</span> <span title="U+0392">Β β</span> <span title="U+0393">Γ γ</span> <span title="U+0394">Δ δ</span> <span title="U+0395">Ε ε</span> <span title="U+0396">Ζ ζ</span> <span title="U+0397">Η η</span> <span title="U+0398">Θ θ</span> <span title="U+0399">Ι ι</span> <span title="U+039A">Κ κ</span> <span title="U+039B">Λ λ</span> <span title="U+039C">Μ μ</span> <span title="U+039D">Ν ν</span> <span title="U+039E">Ξ ξ</span> <span title="U+039F">Ο ο</span> <span title="U+03A0">Π π</span> <span title="U+03A1">Ρ ρ</span> <span title="U+03A3">Σ σ</span> <span title="U+03A4">Τ τ</span> <span title="U+03A5">Υ υ</span> <span title="U+03A6">Φ φ</span> <span title="U+03A7">Χ χ</span> <span title="U+03A8">Ψ ψ</span> <span title="U+03A9">Ω ω</span> <span title="U+03AA">Ϊ ϊ</span> <span title="U+03AB">Ϋ ϋ</span> <span title="U+03CF">Ϗ ϗ</span> <span title="U+03D8">Ϙ ϙ</span> <span title="U+03DA">Ϛ ϛ</span> <span title="U+03DC">Ϝ ϝ</span> <span title="U+03DE">Ϟ ϟ</span> <span title="U+03E0">Ϡ ϡ</span> <span title="U+03E2">Ϣ ϣ</span> <span title="U+03E4">Ϥ ϥ</span> <span title="U+03E6">Ϧ ϧ</span> <span title="U+03E8">Ϩ ϩ</span> <span title="U+03EA">Ϫ ϫ</span> <span title="U+03EC">Ϭ ϭ</span> <span title="U+03EE">Ϯ ϯ</span> <span title="U+03F4">ϴ θ</span> <span title="U+03F7">Ϸ ϸ</span> <span title="U+03F9">Ϲ ϲ</span> <span title="U+03FA">Ϻ ϻ</span> <span title="U+03FD">Ͻ ͻ</span> <span title="U+03FE">Ͼ ͼ</span> <span title="U+03FF">Ͽ ͽ</span></div>
<!--Notes:
Characters from this block that do not have case equivalents: ʹ ͵ ͺ ; ΄ ΅ · ΐ ΰ ϒ ϓ ϔ ϶ ϼ
-->
</body>
</html>