text-transform-upperlower-032-ref.html (511B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"/> 5 <title>CSS3 Text, text transform: German sharp S, uppercase</title> 6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> 7 <style type='text/css'> 8 .test, .ref { font-size: 125%; line-height: 1.5em; } 9 .test span, .ref span { margin-right: 1em; white-space: nowrap; } 10 </style> 11 </head> 12 <body> 13 <p class="instructions">Test passes if both characters below match.</p> 14 <div class="test" lang="de"><span>SS SS</span></div> 15 </body> 16 </html>