text-transform-upperlower-033-ref.html (950B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"/> 5 <title>CSS3 Text, text transform: Latin ligatures, uppercase</title> 6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> 7 <style type='text/css'> 8 /* the CSS below is not part of the test */ 9 @font-face { 10 font-family: 'webfont'; 11 src: url('/fonts/DoulosSIL-R.woff') format('woff'); 12 font-weight: normal; 13 font-style: normal; 14 } 15 .test, .ref { font-size: 125%; line-height: 1.5em; font-family: webfont, serif; } 16 .test span, .ref span { margin-right: 1em; white-space: nowrap; } 17 </style> 18 </head> 19 <body> 20 <p class="instructions">Test passes if the 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> 21 <div class="test"><span>FF FF</span> <span>FI FI</span> <span>FL FL</span> <span>FFI FFI</span> <span>FFL FFL</span> <span>ST ST</span> <span>ST ST</span></div> 22 </body> 23 </html>