ruby-intercharacter-2-ref.htm (451B)
1 <!DOCTYPE html> 2 <!-- 3 Reftest 2 for Bug 1395777 (reference file) 4 --> 5 <html lang="zh-TW"> 6 <head> 7 <meta charset="UTF-8"> 8 <link rel="stylesheet" href="common.css"> 9 <style> 10 html { 11 font: 50px/1 Ahem; 12 } 13 rtc { 14 display: inline-block; 15 writing-mode: vertical-rl; 16 text-orientation: upright; 17 vertical-align: text-top; 18 } 19 rtc:lang(zh-TW) { 20 font-size: 50%; 21 } 22 </style> 23 </head> 24 <body> 25 <ruby> 26 <rbc>BASE</rbc><rtc>LONGRT</rtc> 27 </ruby> 28 </body> 29 </html>