line-clamp-027-ref.html (304B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 font-size: 16px / 16px serif; 7 white-space: pre-wrap; 8 background-color: yellow; 9 } 10 ruby.under { 11 ruby-position: under; 12 } 13 </style> 14 <div class="clamp">Line 1 15 Line 2 16 <ruby class="under">Line 3<rt>ruby</ruby>…</div>