ruby-autohide-003.html (591B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS Test: Autohide ruby annotations which are identical to their bases</title> 6 <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com"> 7 <link rel="help" href="http://www.w3.org/TR/css-ruby-1/#autohide"> 8 <link rel="match" href="ruby-autohide-003-ref.html"> 9 <style> 10 body { line-height: 5em; } 11 </style> 12 </head> 13 <body> 14 <ruby> 15 <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb> 16 <rt>ふ</rt><rt style="line-height: 100em;">り</rt><rt>が</rt><rt>な</rt> 17 </ruby> 18 </body> 19 </html>