ruby-intercharacter-1.htm (386B)
1 <!DOCTYPE html> 2 <!-- 3 Reftest 1 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 body { 11 font: 100px Ahem; 12 line-height: 1; 13 } 14 rtc { 15 writing-mode: vertical-rl; 16 text-orientation: upright; 17 font-size: 25%; 18 } 19 </style> 20 </head> 21 <body> 22 <ruby> 23 <rbc>BASE</rbc><rtc>RT</rtc> 24 </ruby> 25 </body> 26 </html>