ruby-overhang-dynamic-ref.html (242B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <link rel="stylesheet" href="/fonts/ahem.css"> 4 <style> 5 div { 6 font: 16px/5 Ahem; 7 } 8 span { 9 color: transparent; 10 font-size: 50%; /* annotation */ 11 } 12 </style> 13 <div>X<span>XXX</span>X</div>