hanging-punctuation-inline-bound-001-ref.html (743B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference Test</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 div 11 { 12 font-family: monospace; 13 font-size: 60px; 14 line-height: 1.5em; /* computes to 90px */ 15 } 16 17 span 18 { 19 background-color: lime; 20 border-bottom: black solid 3px; 21 border-top: black solid 3px; 22 } 23 24 span#first 25 { 26 border-left: black solid 3px; 27 } 28 29 span#third 30 { 31 border-right: black solid 3px; 32 } 33 </style> 34 35 <body lang="ja"> 36 37 <div><span id="first">まだよく</span><br> 38 39 <span id="second">ています。</span><br> 40 41 <span id="third">しかし特</span></div>