mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
24 lines
2.8 KiB
HTML
24 lines
2.8 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>
|
||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||
<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; }
|
||
</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> |