webkit-line-clamp-027-ref.html (380B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 display: -webkit-box; 7 -webkit-box-orient: vertical; 8 font: 16px / 32px monospace; 9 white-space: pre; 10 background-color: yellow; 11 } 12 </style> 13 <div class="clamp"><div>Line 1 14 Line 2<fieldset>Line 3 15 Line 4<legend>Line 5 16 Line 6</legend></fieldset>Line 7…</div></div> 17 <p>Following content.</p>