ruby-intercharacter-2.htm (393B)
1 <!DOCTYPE html> 2 <!-- 3 Reftest 2 for Bug 1395777 (test 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 writing-mode: vertical-rl; 15 text-orientation: upright; 16 } 17 rtc:lang(zh-TW) { 18 font-size: 50%; 19 } 20 </style> 21 </head> 22 <body> 23 <ruby> 24 <rbc>BASE</rbc><rtc>LONGRT</rtc> 25 </ruby> 26 </body> 27 </html>