run-in-breaking-001-ref.xht (1064B)
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; } 9 #target { border: 2px solid black; padding: 1em; } 10 </style> 11 </head> 12 <body> 13 <div id="target"><span class="run-in">Run-in<br/>header</span>Start of 14 block. The run-in header should be inside the border around this block and 15 there should be no space between the word "header" and the word "Start", 16 other than the 5px vertical blue border. The border of the run-in must 17 have no vertical part on the right in the first line and no vertical part 18 on the left in the second line. The border of the run-in must not extend 19 outside the border of the block.</div> 20 </body> 21 </html>