mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
29 lines
No EOL
3.1 KiB
HTML
29 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||
<meta charset="utf-8" />
|
||
<title>CSS3 Text, text transform: Latin Basic and Latin-1 uppercase</title>
|
||
<meta content="For the Latin Basic and Latin-1 blocks, text-transform: uppercase puts all letters in uppercase ." name="assert" />
|
||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||
<link href="https://drafts.csswg.org/css-text-3/#text-transform" rel="help" />
|
||
<link href="reference/text-transform-upperlower-001-ref.xht" rel="match" />
|
||
<style type="text/css">
|
||
@font-face {
|
||
font-family: 'webfont';
|
||
src: url('../../fonts/DoulosSIL-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>a A</span> <span>b B</span> <span>c C</span> <span>d D</span> <span>e E</span> <span>f F</span> <span>g G</span> <span>h H</span> <span>i I</span> <span>j J</span> <span>k K</span> <span>l L</span> <span>m M</span> <span>n N</span> <span>o O</span> <span>p P</span> <span>q Q</span> <span>r R</span> <span>s S</span> <span>t T</span> <span>u U</span> <span>v V</span> <span>w W</span> <span>x X</span> <span>y Y</span> <span>z Z</span> <span title="U+00B5">µ Μ</span> <span title="U+00E0">à À</span> <span title="U+00E1">á Á</span> <span title="U+00E2">â Â</span> <span title="U+00E3">ã Ã</span> <span title="U+00E4">ä Ä</span> <span title="U+00E5">å Å</span> <span title="U+00E6">æ Æ</span> <span title="U+00E7">ç Ç</span> <span title="U+00E8">è È</span> <span title="U+00E9">é É</span> <span title="U+00EA">ê Ê</span> <span title="U+00EB">ë Ë</span> <span title="U+00EC">ì Ì</span> <span title="U+00ED">í Í</span> <span title="U+00EE">î Î</span> <span title="U+00EF">ï Ï</span> <span title="U+00F0">ð Ð</span> <span title="U+00F1">ñ Ñ</span> <span title="U+00F2">ò Ò</span> <span title="U+00F3">ó Ó</span> <span title="U+00F4">ô Ô</span> <span title="U+00F5">õ Õ</span> <span title="U+00F6">ö Ö</span> <span title="U+00F8">ø Ø</span> <span title="U+00F9">ù Ù</span> <span title="U+00FA">ú Ú</span> <span title="U+00FB">û Û</span> <span title="U+00FC">ü Ü</span> <span title="U+00FD">ý Ý</span> <span title="U+00FE">þ Þ</span> <span title="U+00FF">ÿ Ÿ</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> |