text-underline-position-vertical-ref.html (372B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 body { writing-mode: vertical-rl; } 7 .underline { text-decoration: underline; } 8 .overline { text-decoration: overline; } 9 </style> 10 </head> 11 <body lang="en"> 12 <div class="underline">サンプル</div> 13 <div class="underline">サンプル</div> 14 </body> 15 </html>