run-in-breaking-002-ref.xht (1304B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> 6 <link rel="reviewer" title="Microsoft" href="http://www.microsoft.com/" /> 7 <style type="text/css"> 8 .run-in { font-weight: bold; border: 5px solid blue; direction: ltr; } 9 .one { border-left: none; } 10 .two { border-right: none; } 11 #target { border: 2px solid black; padding: 1em; direction: rtl } 12 </style> 13 </head> 14 <body> 15 <div id="target"> 16 <span class="run-in one">Run-in</span><br/> 17 <span class="run-in two">header</span>Start of block. The run-in header 18 should be inside the border around this block and there should be no 19 space between the word "header" and the word "Start". The border of the 20 run-in must have no vertical part on the left in the first line and no 21 vertical part on the right in the second line. It must have a vertical 22 part on the right in the first line and a vertical part on the left in 23 the second line. The border of the run-in must not extend outside the 24 border of the block.</div> 25 </body> 26 </html>