letter-spacing-211-ref.html (645B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>letter-spacing at element boundaries</title> 5 <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> 6 <style type='text/css'> 7 @import "/fonts/ahem.css"; 8 .contain { 9 font: 20px/1 Ahem; 10 margin: 1em; } 11 .control p { 12 white-space: pre-wrap; 13 } 14 p { 15 letter-spacing: 0; 16 margin: 0; 17 text-emphasis: dot; 18 } 19 </style> 20 21 <div id='instructions'>Test passes if the blue pattern is identical to the black one.</div> 22 23 <div class="contain control"> 24 <p>A B C 25 </div> 26 27 <div class="contain control" style="color:blue"> 28 <p>A B C 29 </div>